public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jason Merrill <jason@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-5902] symtab: fix comment typo
Date: Fri, 10 Dec 2021 19:45:33 +0000 (GMT)	[thread overview]
Message-ID: <20211210194533.8214C385801D@sourceware.org> (raw)

https://gcc.gnu.org/g:1e2eee7b29ed2afbc7edea6f3da7e6c8f70b1a4e

commit r12-5902-g1e2eee7b29ed2afbc7edea6f3da7e6c8f70b1a4e
Author: Jason Merrill <jason@redhat.com>
Date:   Fri Dec 10 05:45:01 2021 -0500

    symtab: fix comment typo
    
    gcc/ChangeLog:
    
            * symtab.c (symtab_node::equal_address_to): Fix comment typo.

Diff:
---
 gcc/symtab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/symtab.c b/gcc/symtab.c
index 94b4e47f749..05e8239786d 100644
--- a/gcc/symtab.c
+++ b/gcc/symtab.c
@@ -2257,7 +2257,7 @@ symtab_node::equal_address_to (symtab_node *s2, bool memory_accessed)
   if (rs1->alias || rs2->alias)
     return -1;
 
-  /* If we have a non-interposale definition of at least one of the symbols
+  /* If we have a non-interposable definition of at least one of the symbols
      and the other symbol is different, we know other unit cannot interpose
      it to the first symbol; all aliases of the definition needs to be 
      present in the current unit.  */


                 reply	other threads:[~2021-12-10 19:45 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=20211210194533.8214C385801D@sourceware.org \
    --to=jason@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).