Fix typo in an error string. NFC.

llvm-svn: 258357
This commit is contained in:
George Burgess IV
2016-01-20 22:15:23 +00:00
parent b61829887d
commit 1030d68e48

View File

@@ -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.