diff options
Diffstat (limited to 'gcc/lto/lto-symtab.h')
-rw-r--r-- | gcc/lto/lto-symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-symtab.h b/gcc/lto/lto-symtab.h index 2dccde6e..821e2e0 100644 --- a/gcc/lto/lto-symtab.h +++ b/gcc/lto/lto-symtab.h @@ -25,7 +25,7 @@ extern tree lto_symtab_prevailing_virtual_decl (tree decl); /* Mark DECL to be previailed by PREVAILING. Use DECL_ABSTRACT_ORIGIN and DECL_CHAIN as special markers; those do not disturb debug_tree and diagnostics. - We are safe to modify them as we wish, becuase the declarations disappear + We are safe to modify them as we wish, because the declarations disappear from the IL after the merging. */ inline void |