llvm-svn: 176117
This commit is contained in:
Matt Arsenault 2013-02-26 20:13:09 +00:00
parent 71510db7bc
commit 2d17bbee48
1 changed files with 1 additions and 1 deletions

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 {