From: Jason Merrill Date: Fri, 10 Dec 2021 10:45:01 +0000 (-0500) Subject: symtab: fix comment typo X-Git-Tag: basepoints/gcc-13~2411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2eee7b29ed2afbc7edea6f3da7e6c8f70b1a4e;p=thirdparty%2Fgcc.git symtab: fix comment typo gcc/ChangeLog: * symtab.c (symtab_node::equal_address_to): Fix comment typo. --- diff --git a/gcc/symtab.c b/gcc/symtab.c index 94b4e47f7497..05e8239786de 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. */