[llvm] r314577 - typos
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 17:31:15 PDT 2017
Author: adrian
Date: Fri Sep 29 17:31:15 2017
New Revision: 314577
URL: http://llvm.org/viewvc/llvm-project?rev=314577&view=rev
Log:
typos
Modified:
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Modified: llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp?rev=314577&r1=314576&r2=314577&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp (original)
+++ llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp Fri Sep 29 17:31:15 2017
@@ -138,9 +138,9 @@ static list<std::string>
static list<std::string>
Find("find",
desc("Search for the exact match for <name> in the accelerator tables "
- "and print the matching debug information entries. When there no "
- "accelerator tables avilable, the slower but more complete -name "
- "option can be used."),
+ "and print the matching debug information entries. When no "
+ "accelerator tables are available, the slower but more complete "
+ "-name option can be used instead."),
value_desc("name"), cat(DwarfDumpCategory));
static alias FindAlias("f", desc("Alias for -find"), aliasopt(Find));
static list<std::string>
More information about the llvm-commits
mailing list