mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[NFC] Fix typo in error message
This commit is contained in:
parent
160569ecbc
commit
510f06957b
@ -1067,7 +1067,7 @@ COFFObjectFile::getSectionName(const coff_section *Sec) const {
|
||||
if (Name.startswith("//")) {
|
||||
if (decodeBase64StringEntry(Name.substr(2), Offset))
|
||||
return createStringError(object_error::parse_failed,
|
||||
"inalid section name");
|
||||
"invalid section name");
|
||||
} else {
|
||||
if (Name.substr(1).getAsInteger(10, Offset))
|
||||
return createStringError(object_error::parse_failed,
|
||||
|
Loading…
Reference in New Issue
Block a user