diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-30 17:38:04 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-30 17:38:04 +0000 |
| commit | cbb560c9ba3c378189c7a438bed9977b482410fb (patch) | |
| tree | 8ed3968b9cb86039eb38b3b8d66fd7c17a5aed0f /ELF/OutputSections.cpp | |
| parent | bef2946c219dc621608bcc9e47f8b973e5ef5c70 (diff) | |
Notes
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); |
