public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2015] [Ada] Fix comment about the debug flag for strict alignment
@ 2021-07-05 13:14 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-07-05 13:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:22c0e0cabd0d9c1f100e7a5f43c8781198e3448e

commit r12-2015-g22c0e0cabd0d9c1f100e7a5f43c8781198e3448e
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Mon Apr 26 16:09:49 2021 +0200

    [Ada] Fix comment about the debug flag for strict alignment
    
    gcc/ada/
    
            * ttypes.ads (Target_Strict_Alignment): Fix comment.

Diff:
---
 gcc/ada/ttypes.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/ttypes.ads b/gcc/ada/ttypes.ads
index ee0c1d34c89..5f596070042 100644
--- a/gcc/ada/ttypes.ads
+++ b/gcc/ada/ttypes.ads
@@ -210,7 +210,7 @@ package Ttypes is
                                Set_Targ.Strict_Alignment /= 0;
    --  True if instructions will fail if data is misaligned. Note that this
    --  is a variable rather than a constant since it can be modified (set to
-   --  True) if the debug flag -gnatd.A is used.
+   --  True) if the debug flag -gnatd.a is used.
 
    Target_Double_Float_Alignment : constant Nat :=
                                      Set_Targ.Double_Float_Alignment;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-05 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 13:14 [gcc r12-2015] [Ada] Fix comment about the debug flag for strict alignment Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).