]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix RM reference in comment
authorRonan Desplanques <desplanques@adacore.com>
Thu, 21 Dec 2023 11:39:23 +0000 (12:39 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 6 May 2024 09:11:29 +0000 (11:11 +0200)
The RM 2.2(15) that the comment mentioned before this patch doesn't
exist. It's pretty clear that the comment meant to refer to
RM 2.2(14) instead.

gcc/ada/

* hostparm.ads: Fix reference to RM clause.

gcc/ada/hostparm.ads

index 11eef359d309eb1cca517aae1e716e8e971a1c2a..b2d2f814b3293ca1444623ab8ad2fa164a101046 100644 (file)
@@ -48,7 +48,7 @@ package Hostparm is
    --  have a valid Column_Number equal to Max_Line_Length to represent
    --  the location of a "line too long" error.
    --
-   --  200 is the minimum value required (RM 2.2(15)). The value set here
+   --  200 is the minimum value required (RM 2.2(14)). The value set here
    --  can be reduced by the explicit use of the -gnatyM style switch.
 
    Max_Name_Length : constant := 1024;