From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 8214C385801D; Fri, 10 Dec 2021 19:45:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8214C385801D MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jason Merrill To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5902] symtab: fix comment typo X-Act-Checkin: gcc X-Git-Author: Jason Merrill X-Git-Refname: refs/heads/master X-Git-Oldrev: 0df964ba2875063bb14ddd9d55fec5b1e862c90b X-Git-Newrev: 1e2eee7b29ed2afbc7edea6f3da7e6c8f70b1a4e Message-Id: <20211210194533.8214C385801D@sourceware.org> Date: Fri, 10 Dec 2021 19:45:33 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2021 19:45:33 -0000 https://gcc.gnu.org/g:1e2eee7b29ed2afbc7edea6f3da7e6c8f70b1a4e commit r12-5902-g1e2eee7b29ed2afbc7edea6f3da7e6c8f70b1a4e Author: Jason Merrill 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. */