[lld] r293100 - Fix typo.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 13:49:24 PST 2017


Author: ruiu
Date: Wed Jan 25 15:49:23 2017
New Revision: 293100

URL: http://llvm.org/viewvc/llvm-project?rev=293100&view=rev
Log:
Fix typo.

Modified:
    lld/trunk/ELF/Driver.cpp

Modified: lld/trunk/ELF/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Driver.cpp?rev=293100&r1=293099&r2=293100&view=diff
==============================================================================
--- lld/trunk/ELF/Driver.cpp (original)
+++ lld/trunk/ELF/Driver.cpp Wed Jan 25 15:49:23 2017
@@ -611,7 +611,7 @@ void LinkerDriver::readConfigs(opt::Inpu
     if (Optional<MemoryBufferRef> Buffer = readFile(Arg->getValue()))
       Config->SymbolOrderingFile = getLines(*Buffer);
 
-  // If --retain-symbol-file is used, we'll retail only the symbols listed in
+  // If --retain-symbol-file is used, we'll keep only the symbols listed in
   // the file and discard all others.
   if (auto *Arg = Args.getLastArg(OPT_retain_symbols_file)) {
     Config->DefaultSymbolVersion = VER_NDX_LOCAL;




More information about the llvm-commits mailing list