Fix the FIXME.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 23 Sep 2010 14:14:56 +0000 (14:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 23 Sep 2010 14:14:56 +0000 (14:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114639 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index d9c88715016a4bce25a5718848d4bd24e8991196..513a509b69aae7e59778f375162729cf7154dcc5 100644 (file)
@@ -856,7 +856,7 @@ void ELFObjectWriterImpl::CreateMetadataSections(MCAssembler &Asm,
          ie = Asm.end(); it != ie; ++it) {
     const MCSectionELF &Section =
       static_cast<const MCSectionELF&>(it->getSection());
-    // FIXME: We could merge prefixes like in .text and .text.rela.
+    // FIXME: We could merge suffixes like in .text and .rela.text.
 
     // Remember the index into the string table so we can write it
     // into the sh_name field of the section header table.