diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2023-12-21 12:39:23 +0100 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2024-05-06 11:11:29 +0200 |
commit | 625d5f98d74863ca580008f3566768f46da2c109 (patch) | |
tree | 3643925afa6a9caedf5fa2d950385289ced3eb91 /gcc | |
parent | a9a32d0e2208166d4e3cd8beac6738af1a74c68e (diff) | |
download | gcc-625d5f98d74863ca580008f3566768f46da2c109.zip gcc-625d5f98d74863ca580008f3566768f46da2c109.tar.gz gcc-625d5f98d74863ca580008f3566768f46da2c109.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/hostparm.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/hostparm.ads b/gcc/ada/hostparm.ads index 11eef35..b2d2f81 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; |