From: Piotr Trojanek Date: Mon, 26 Apr 2021 14:09:49 +0000 (+0200) Subject: [Ada] Fix comment about the debug flag for strict alignment X-Git-Tag: basepoints/gcc-13~6298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c0e0cabd0d9c1f100e7a5f43c8781198e3448e;p=thirdparty%2Fgcc.git [Ada] Fix comment about the debug flag for strict alignment gcc/ada/ * ttypes.ads (Target_Strict_Alignment): Fix comment. --- diff --git a/gcc/ada/ttypes.ads b/gcc/ada/ttypes.ads index ee0c1d34c890..5f596070042a 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;