commit | fffc068d68b657a7282305476c9ee84ed4e7897f | [log] [tgz] |
---|---|---|
author | Yaron Keren <yaron.keren@gmail.com> | Sat Jul 04 05:48:52 2015 +0000 |
committer | Yaron Keren <yaron.keren@gmail.com> | Sat Jul 04 05:48:52 2015 +0000 |
tree | 5d8d195050ef7da6107307773293214cb0c77838 | |
parent | 2612a32ce588bfa8d363c78cf59dff90a679dfc0 [diff] [blame] |
Fix spelling, NFC. llvm-svn: 241392
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp index da6516a..f53b589 100644 --- a/llvm/lib/MC/MCAssembler.cpp +++ b/llvm/lib/MC/MCAssembler.cpp
@@ -925,7 +925,7 @@ 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;