Fix error messages.

llvm-svn: 320772
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index a66c4df..f25ef79 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -808,7 +808,7 @@
     }
 
     if (Sym.getBinding() == STB_LOCAL) {
-      warn("Found local symbol '" + Name +
+      warn("found local symbol '" + Name +
            "' in global part of symbol table in file " + toString(this));
       continue;
     }