mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54932806ac
commit
d06c9cb9bb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user