Fix UTF8 chars to ASCII.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Feb 2015 11:02:00 +0000 (11:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Feb 2015 11:02:00 +0000 (11:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230479 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index b4948e659fbe62781d4f009aeb50483ad7ec3df7..48199058c1f65791dc66678d7b1adf10fe499de9 100644 (file)
@@ -1041,7 +1041,7 @@ ELFObjectWriter::computeSymbolTable(MCAssembler &Asm, const MCAsmLayout &Layout,
     // in defined ones.
     //
     // FIXME: All name handling should be done before we get to the writer,
     // in defined ones.
     //
     // FIXME: All name handling should be done before we get to the writer,
-    // including dealing with GNU-style version suffixes.  Fixing this isnt
+    // including dealing with GNU-style version suffixes.  Fixing this isn't
     // trivial.
     //
     // We thus have to be careful to not perform the symbol version replacement
     // trivial.
     //
     // We thus have to be careful to not perform the symbol version replacement