diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-04 05:48:52 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-04 05:48:52 +0000 |
commit | fffc068d68b657a7282305476c9ee84ed4e7897f (patch) | |
tree | 5d8d195050ef7da6107307773293214cb0c77838 /llvm/lib/MC/MCAssembler.cpp | |
parent | 2612a32ce588bfa8d363c78cf59dff90a679dfc0 (diff) | |
download | llvm-fffc068d68b657a7282305476c9ee84ed4e7897f.zip llvm-fffc068d68b657a7282305476c9ee84ed4e7897f.tar.gz llvm-fffc068d68b657a7282305476c9ee84ed4e7897f.tar.bz2 |
Fix spelling, NFC.
llvm-svn: 241392
Diffstat (limited to 'llvm/lib/MC/MCAssembler.cpp')
-rw-r--r-- | llvm/lib/MC/MCAssembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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; |