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-243] ada: Minor comment improvement
Date: Tue,  7 May 2024 07:59:01 +0000 (GMT)	[thread overview]
Message-ID: <20240507075901.AEA8D384773E@sourceware.org> (raw)

https://gcc.gnu.org/g:26b2fa8d30b5fd84a371469721af7b8f5a41f06a

commit r15-243-g26b2fa8d30b5fd84a371469721af7b8f5a41f06a
Author: Bob Duff <duff@adacore.com>
Date:   Fri Jan 5 17:18:43 2024 -0500

    ada: Minor comment improvement
    
    Clarify comment about selectors.
    
    gcc/ada/
    
            * sem_ch13.adb (Resolve_Name): Clarify comment.

Diff:
---
 gcc/ada/sem_ch13.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb
index c16a7710594..1f3f8277294 100644
--- a/gcc/ada/sem_ch13.adb
+++ b/gcc/ada/sem_ch13.adb
@@ -15938,7 +15938,7 @@ package body Sem_Ch13 is
             return Skip;
 
          --  Resolve identifiers, but not selectors in parameter associations;
-         --  the selectors are never resolved by visibility.
+         --  such selectors are never resolved by visibility.
 
          elsif Nkind (N) = N_Identifier
            and then Chars (N) /= Chars (E)

                 reply	other threads:[~2024-05-07  7:59 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=20240507075901.AEA8D384773E@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).