[ELF] Fix a comment. NFC
authorFangrui Song <maskray@google.com>
Wed, 18 Dec 2019 01:17:33 +0000 (17:17 -0800)
committerFangrui Song <maskray@google.com>
Wed, 18 Dec 2019 01:17:33 +0000 (17:17 -0800)
lld/ELF/SyntheticSections.h

index 83446ce..ccc3f0a 100644 (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;