Fix spelling, NFC.

llvm-svn: 241392
This commit is contained in:
Yaron Keren 2015-07-04 05:48:52 +00:00
parent 2612a32ce5
commit fffc068d68
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ void MCAssembler::Finish() {
Fixups = FragWithFixups->getFixups();
Contents = FragWithFixups->getContents();
} else
llvm_unreachable("Unknow fragment with fixups!");
llvm_unreachable("Unknown fragment with fixups!");
for (const MCFixup &Fixup : Fixups) {
uint64_t FixedValue;
bool IsPCRel;