]> granicus.if.org Git - llvm/commitdiff
typos
authorAdrian Prantl <aprantl@apple.com>
Sat, 30 Sep 2017 00:31:15 +0000 (00:31 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 30 Sep 2017 00:31:15 +0000 (00:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314577 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-dwarfdump/llvm-dwarfdump.cpp

index 28abe05e88962b1f755eca389a3b79d0d2983dff..f8909800852a7a5e5d84c5ddc38e14b83aef5144 100644 (file)
@@ -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>