]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
symtab: fix comment typo
authorJason Merrill <jason@redhat.com>
Fri, 10 Dec 2021 10:45:01 +0000 (05:45 -0500)
committerJason Merrill <jason@redhat.com>
Fri, 10 Dec 2021 19:45:23 +0000 (14:45 -0500)
gcc/ChangeLog:

* symtab.c (symtab_node::equal_address_to): Fix comment typo.

gcc/symtab.c

index 94b4e47f7497adafe39af86fa7209bfdab8170c5..05e8239786defb0b00cca4be3d3e12e0f9949b83 100644 (file)
@@ -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.  */