git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2013-02-26 20:13:09 +00:00
parent 54932806ac
commit d06c9cb9bb

View File

@ -177,7 +177,7 @@ Archive::parseMemberHeader(const char*& At, const char* End, std::string* error)
}
if (p >= endp) {
if (error)
*error = "missing name termiantor in string table";
*error = "missing name terminator in string table";
return 0;
}
} else {