summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-09-30 00:31:15 +0000
committerAdrian Prantl <aprantl@apple.com>2017-09-30 00:31:15 +0000
commit17d0bb9611beb3e170caf9e1f4462c041265724b (patch)
tree07b85663d6d3648fd179cae1fc34c408da3e9a09 /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
parent61913a1ffa313c24953959badf1967119333dfe0 (diff)
downloadbcm5719-llvm-17d0bb9611beb3e170caf9e1f4462c041265724b.tar.gz
bcm5719-llvm-17d0bb9611beb3e170caf9e1f4462c041265724b.zip
typos
llvm-svn: 314577
Diffstat (limited to 'llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp')
-rw-r--r--llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
index 28abe05e889..f8909800852 100644
--- a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
+++ b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
@@ -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>
OpenPOWER on IntegriCloud