Fix typo in an error string. NFC.
llvm-svn: 258357
This commit is contained in:
@@ -2537,7 +2537,7 @@ std::error_code BitcodeReader::parseConstants() {
|
||||
return error("Malformed block");
|
||||
case BitstreamEntry::EndBlock:
|
||||
if (NextCstNo != ValueList.size())
|
||||
return error("Invalid ronstant reference");
|
||||
return error("Invalid constant reference");
|
||||
|
||||
// Once all the constants have been read, go through and resolve forward
|
||||
// references.
|
||||
|
||||
Reference in New Issue
Block a user