diff options
Diffstat (limited to 'gold/main.cc')
-rw-r--r-- | gold/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/main.cc b/gold/main.cc index 30db238..4e3295d 100644 --- a/gold/main.cc +++ b/gold/main.cc @@ -214,7 +214,7 @@ main(int argc, char** argv) // The symbol table. We're going to guess here how many symbols // we're going to see based on the number of input files. Even when // this is off, it means at worst we don't quite optimize hashtable - // resizing as well as we could have (perhap using more memory). + // resizing as well as we could have (perhaps using more memory). Symbol_table symtab(command_line.number_of_input_files() * 1024, command_line.version_script()); |