diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 83446ce45e65b..ccc3f0a32ce53 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -682,7 +682,7 @@ class PltSection : public SyntheticSection { // 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 entries;