diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-09-30 00:31:15 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-09-30 00:31:15 +0000 |
commit | 17d0bb9611beb3e170caf9e1f4462c041265724b (patch) | |
tree | 07b85663d6d3648fd179cae1fc34c408da3e9a09 /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | |
parent | 61913a1ffa313c24953959badf1967119333dfe0 (diff) | |
download | bcm5719-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.cpp | 6 |
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> |