summaryrefslogtreecommitdiff
path: root/tools/llvm-dwarfdump
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
commit9721275d8de6010fa2238a205e9d9596fe941c19 (patch)
tree7a916a50c3fd2faee39a7211b58253e5122edd08 /tools/llvm-dwarfdump
parent7de891a778fb480df869305d4908e147efe5f155 (diff)
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dwarfdump')
-rw-r--r--tools/llvm-dwarfdump/llvm-dwarfdump.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
index 28abe05e889..f8909800852 100644
--- a/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
+++ b/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>