From: Ronan Desplanques Date: Thu, 21 Dec 2023 11:39:23 +0000 (+0100) Subject: ada: Fix RM reference in comment X-Git-Tag: basepoints/gcc-16~9364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=625d5f98d74863ca580008f3566768f46da2c109;p=thirdparty%2Fgcc.git ada: Fix RM reference in comment 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. --- diff --git a/gcc/ada/hostparm.ads b/gcc/ada/hostparm.ads index 11eef359d30..b2d2f814b32 100644 --- a/gcc/ada/hostparm.ads +++ b/gcc/ada/hostparm.ads @@ -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;