Add missing space
authorAdrian Prantl <aprantl@apple.com>
Tue, 9 Oct 2018 18:12:04 +0000 (18:12 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 9 Oct 2018 18:12:04 +0000 (18:12 +0000)
llvm-svn: 344064

llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp

index 672fbb9..320bcc8 100644 (file)
@@ -156,7 +156,7 @@ static list<std::string> Name(
     value_desc("pattern"), cat(DwarfDumpCategory));
 static alias NameAlias("n", desc("Alias for -name"), aliasopt(Name));
 static opt<unsigned long long> Lookup("lookup",
-           desc("Lookup <address> in the debug information and print out any"
+           desc("Lookup <address> in the debug information and print out any "
                 "available file, function, block and line table details."),
            value_desc("address"), cat(DwarfDumpCategory));
 static opt<std::string>