]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix comment about the debug flag for strict alignment
authorPiotr Trojanek <trojanek@adacore.com>
Mon, 26 Apr 2021 14:09:49 +0000 (16:09 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 5 Jul 2021 13:09:11 +0000 (13:09 +0000)
gcc/ada/

* ttypes.ads (Target_Strict_Alignment): Fix comment.

gcc/ada/ttypes.ads

index ee0c1d34c890b3acddf3e5cb24ac16705f87a431..5f596070042a4e29243ea53c64b5f32c2a907736 100644 (file)
@@ -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;