public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r15-189] ada: Fix RM reference in comment
@ 2024-05-06  9:17 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2024-05-06  9:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:625d5f98d74863ca580008f3566768f46da2c109

commit r15-189-g625d5f98d74863ca580008f3566768f46da2c109
Author: Ronan Desplanques <desplanques@adacore.com>
Date:   Thu Dec 21 12:39:23 2023 +0100

    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:
---
 gcc/ada/hostparm.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-06  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-06  9:17 [gcc r15-189] ada: Fix RM reference in comment Marc Poulhi?s

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).