[ELF] Fix a comment. NFC

This commit is contained in:
Fangrui Song 2019-12-17 17:17:33 -08:00
parent b6f5caa48f
commit 07522e4e23
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ private:
// Used for non-preemptible ifuncs. It does not have a header. Each entry is
// associated with an IRELATIVE relocation, which will be resolved eagerly at
// runtime. PltSection cannot can only contain entries associated with JUMP_SLOT
// runtime. PltSection can only contain entries associated with JUMP_SLOT
// relocations, so IPLT entries are in a separate section.
class IpltSection final : public SyntheticSection {
std::vector<const Symbol *> entries;