aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-04-26 16:09:49 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2021-07-05 13:09:11 +0000
commit22c0e0cabd0d9c1f100e7a5f43c8781198e3448e (patch)
treecd6cc38fe1743a8eea1c1117dcf7a41e1a3a7da7 /gcc
parent5c3bbe1d9879a92f8e301382a66749c653fa075e (diff)
downloadgcc-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.ads2
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;