From 9721275d8de6010fa2238a205e9d9596fe941c19 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Sat, 30 Sep 2017 00:31:15 +0000 Subject: [PATCH] typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314577 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 6 +++--- 1 file 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 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 -- 2.50.1