aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAssembler.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-04 05:48:52 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-04 05:48:52 +0000
commitfffc068d68b657a7282305476c9ee84ed4e7897f (patch)
tree5d8d195050ef7da6107307773293214cb0c77838 /llvm/lib/MC/MCAssembler.cpp
parent2612a32ce588bfa8d363c78cf59dff90a679dfc0 (diff)
downloadllvm-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.cpp2
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;