diff options
-rw-r--r-- | lld/ELF/Relocations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index 6eaab623077..15403c9c442 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -908,7 +908,7 @@ static void scanRelocs(InputSectionBase &Sec, ArrayRef<RelTy> Rels) { bool Preemptible = Sym.IsPreemptible; - // Strenghten or relax a PLT access. + // Strenghten or relax relocations. // // GNU ifunc symbols must be accessed via PLT because their addresses // are determined by runtime. |