daily update
[deliverable/binutils-gdb.git] / gold / main.cc
index 30db238c03b53a9588df50d1ebf98cacd8c1ff1c..4e3295d6f0cfd75a135f9a17bee968d7cd3d3c94 100644 (file)
@@ -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());
 
This page took 0.022608 seconds and 4 git commands to generate.