diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2021-04-26 16:09:49 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-07-05 13:09:11 +0000 |
commit | 22c0e0cabd0d9c1f100e7a5f43c8781198e3448e (patch) | |
tree | cd6cc38fe1743a8eea1c1117dcf7a41e1a3a7da7 /gcc | |
parent | 5c3bbe1d9879a92f8e301382a66749c653fa075e (diff) | |
download | gcc-22c0e0cabd0d9c1f100e7a5f43c8781198e3448e.zip gcc-22c0e0cabd0d9c1f100e7a5f43c8781198e3448e.tar.gz gcc-22c0e0cabd0d9c1f100e7a5f43c8781198e3448e.tar.bz2 |
[Ada] Fix comment about the debug flag for strict alignment
gcc/ada/
* ttypes.ads (Target_Strict_Alignment): Fix comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ttypes.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/ttypes.ads b/gcc/ada/ttypes.ads index ee0c1d3..5f59607 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; |