From: Adrian Prantl Date: Sat, 30 Sep 2017 00:31:15 +0000 (+0000) Subject: typos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9721275d8de6010fa2238a205e9d9596fe941c19;p=llvm typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314577 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 static list Find("find", desc("Search for the exact match for 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