[ELF] - Fix comment. NFC.

llvm-svn: 304197
This commit is contained in:
George Rimar 2017-05-30 07:51:25 +00:00
parent 2af1e90eb2
commit fa71b2635c
1 changed files with 1 additions and 1 deletions

View File

@ -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);