diff options
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r-- | gcc/lto-streamer-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 8fe7bd8..a962e9c 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -2303,7 +2303,7 @@ produce_symtab (struct output_block *ob) /* Write the symbol table. First write everything defined and then all declarations. - This is neccesary to handle cases where we have duplicated symbols. */ + This is necessary to handle cases where we have duplicated symbols. */ for (lsei = lsei_start (encoder); !lsei_end_p (lsei); lsei_next (&lsei)) { |