summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/llvm-ar.cpp
diff options
context:
space:
mode:
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>2016-04-08 00:02:14 +0000
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>2016-04-08 00:02:14 +0000
commit3780b68b8f4c2006840d0b3446152350e14b41f4 (patch)
treeaf69a7572e9891ae1beea78998ff4434c2617ced /llvm/tools/llvm-ar/llvm-ar.cpp
parent08f8f21b91e4a805ea71f48c1b04795a14da0f75 (diff)
downloadbcm5719-llvm-3780b68b8f4c2006840d0b3446152350e14b41f4.tar.gz
bcm5719-llvm-3780b68b8f4c2006840d0b3446152350e14b41f4.zip
Fix formatting and wording of llvm-ranlib error message. NFC.
Patch by Douglas Yung! Reviewed by Rafael Espindola llvm-svn: 265753
Diffstat (limited to 'llvm/tools/llvm-ar/llvm-ar.cpp')
-rw-r--r--llvm/tools/llvm-ar/llvm-ar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp
index ef5fab68b94..e0bd7d21dbc 100644
--- a/llvm/tools/llvm-ar/llvm-ar.cpp
+++ b/llvm/tools/llvm-ar/llvm-ar.cpp
@@ -760,7 +760,7 @@ static int ar_main() {
static int ranlib_main() {
if (RestOfArgs.size() != 1)
- fail(ToolName + "takes just one archive as argument");
+ fail(ToolName + " takes just one archive as an argument");
ArchiveName = RestOfArgs[0];
return performOperation(CreateSymTab, nullptr);
}
OpenPOWER on IntegriCloud