public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Marc Poulhi?s <dkm@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r15-189] ada: Fix RM reference in comment
Date: Mon,  6 May 2024 09:17:03 +0000 (GMT)	[thread overview]
Message-ID: <20240506091703.415883858401@sourceware.org> (raw)

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;

                 reply	other threads:[~2024-05-06  9:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240506091703.415883858401@sourceware.org \
    --to=dkm@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).