diff options
author | Rui Ueyama <ruiu@google.com> | 2017-01-25 21:49:23 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-01-25 21:49:23 +0000 |
commit | bfe02642da7b860c210e57a1505a7d81f5414112 (patch) | |
tree | 7c70ae1b84ca0bace341d69393d4a613ac4777c0 | |
parent | 31e853006382b05ac16034b9c86acf662894a0e4 (diff) | |
download | bcm5719-llvm-bfe02642da7b860c210e57a1505a7d81f5414112.tar.gz bcm5719-llvm-bfe02642da7b860c210e57a1505a7d81f5414112.zip |
Fix typo.
llvm-svn: 293100
-rw-r--r-- | lld/ELF/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp index d92d163e4c2..2b358251610 100644 --- a/lld/ELF/Driver.cpp +++ b/lld/ELF/Driver.cpp @@ -611,7 +611,7 @@ void LinkerDriver::readConfigs(opt::InputArgList &Args) { 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; |