symtab: fix comment typo
gcc/ChangeLog: * symtab.c (symtab_node::equal_address_to): Fix comment typo.
This commit is contained in:
parent
0df964ba28
commit
1e2eee7b29
@ -2257,7 +2257,7 @@ symtab_node::equal_address_to (symtab_node *s2, bool memory_accessed)
|
|||||||
if (rs1->alias || rs2->alias)
|
if (rs1->alias || rs2->alias)
|
||||||
return -1;
|
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
|
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
|
it to the first symbol; all aliases of the definition needs to be
|
||||||
present in the current unit. */
|
present in the current unit. */
|
||||||
|
Loading…
Reference in New Issue
Block a user