diff options
author | Jerry Clcanny <a837940593@gmail.com> | 2020-11-18 14:39:17 -0700 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2020-11-18 14:39:17 -0700 |
commit | 579d235ddcf50070fbba5fc3b3354aafb4b4b1fb (patch) | |
tree | e0341a8b96041ae45539b0a940a2b1e67d00f303 /gcc | |
parent | 71c9d2b088c9d409a1bd3b50523ac4623a5bf1b4 (diff) | |
download | gcc-579d235ddcf50070fbba5fc3b3354aafb4b4b1fb.zip gcc-579d235ddcf50070fbba5fc3b3354aafb4b4b1fb.tar.gz gcc-579d235ddcf50070fbba5fc3b3354aafb4b4b1fb.tar.bz2 |
lto: Fix typo in comment of gcc/lto/lto-symtab.c
* lto-symtab.c (lto_symtab_merge_symbols): Fix typos in comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/lto/lto-symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-symtab.c b/gcc/lto/lto-symtab.c index 0058d98..80457c3 100644 --- a/gcc/lto/lto-symtab.c +++ b/gcc/lto/lto-symtab.c @@ -985,7 +985,7 @@ lto_symtab_merge_symbols (void) /* Do the actual merging. At this point we invalidate hash translating decls into symtab nodes because after removing one of duplicate decls the hash is not correcly - updated to the ohter dupliate. */ + updated to the other duplicate. */ FOR_EACH_SYMBOL (node) if (lto_symtab_symbol_p (node) && node->next_sharing_asm_name |