diff options
Diffstat (limited to 'ELF/OutputSections.cpp')
-rw-r--r-- | ELF/OutputSections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/OutputSections.cpp b/ELF/OutputSections.cpp index d82fdcdc31ba..f117690c3828 100644 --- a/ELF/OutputSections.cpp +++ b/ELF/OutputSections.cpp @@ -117,7 +117,7 @@ template <class ELFT> static void finalizeShtGroup(OutputSection *Sec) { // the symbol table. Sec->Link = InX::SymTab->OutSec->SectionIndex; - // sh_link then contain index of an entry in symbol table section which + // sh_info then contain index of an entry in symbol table section which // provides signature of the section group. elf::ObjectFile<ELFT> *Obj = Sec->Sections[0]->getFile<ELFT>(); assert(Config->Relocatable && Sec->Sections.size() == 1); |