diff options
author | Alp Toker <alp@nuanti.com> | 2014-05-15 01:52:21 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-05-15 01:52:21 +0000 |
commit | beaca19c7cd18df3df2ffb8fdeb216f262b807b8 (patch) | |
tree | 86630b2f0272f2f4dd12988e69d9fe8d9e1b339b /llvm/lib/MC | |
parent | c3f36af8d0bf287450f54f51ba73a5882689f839 (diff) | |
download | bcm5719-llvm-beaca19c7cd18df3df2ffb8fdeb216f262b807b8.tar.gz bcm5719-llvm-beaca19c7cd18df3df2ffb8fdeb216f262b807b8.zip |
Fix typos
llvm-svn: 208839
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r-- | llvm/lib/MC/WinCOFFObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WinCOFFObjectWriter.cpp b/llvm/lib/MC/WinCOFFObjectWriter.cpp index 58f5eccf4d2..2cc027bfa13 100644 --- a/llvm/lib/MC/WinCOFFObjectWriter.cpp +++ b/llvm/lib/MC/WinCOFFObjectWriter.cpp @@ -789,7 +789,7 @@ void WinCOFFObjectWriter::RecordRelocation(const MCAssembler &Asm, case COFF::IMAGE_REL_ARM_MOV32A: // IMAGE_REL_ARM_BRANCH24, IMAGE_REL_ARM_BLX24, IMAGE_REL_ARM_MOV32A are // only used for ARM mode code, which is documented as being unsupported - // by Windows on ARM. Emperical proof indicates that masm is able to + // by Windows on ARM. Empirical proof indicates that masm is able to // generate the relocations however the rest of the MSVC toolchain is // unable to handle it. llvm_unreachable("unsupported relocation"); |