Fix spelling, NFC.
authorYaron Keren <yaron.keren@gmail.com>
Sat, 4 Jul 2015 05:48:52 +0000 (05:48 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sat, 4 Jul 2015 05:48:52 +0000 (05:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241392 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAssembler.cpp

index da6516a4ac9297a375068642f15d2010eca02d0e..f53b589e1aea01fb62867a3fe9ad036a60de68a2 100644 (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;