diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-09-23 14:14:56 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-09-23 14:14:56 +0000 |
commit | 51efe7a253190b672519e8388ce5d45f1dcf1a24 (patch) | |
tree | 3bf3257c61d733e55b4e6c3b04b360913ecf423e /lib/MC/ELFObjectWriter.cpp | |
parent | b8db1981b8cdd7cc52a9ad94a12c73e4fb1e8b39 (diff) |
Fix the FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114639 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/ELFObjectWriter.cpp')
-rw-r--r-- | lib/MC/ELFObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index d9c8871501..513a509b69 100644 --- a/lib/MC/ELFObjectWriter.cpp +++ b/lib/MC/ELFObjectWriter.cpp @@ -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. |