forked from OSchip/llvm-project
Fix formatting and wording of llvm-ranlib error message. NFC.
Patch by Douglas Yung! Reviewed by Rafael Espindola llvm-svn: 265753
This commit is contained in:
parent
08f8f21b91
commit
3780b68b8f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue