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 9b6105f9622..32c7b6a29ed 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -644,7 +644,7 @@ template <class ELFT> void scanRelocations(InputSection<ELFT> &C) { // of tests to determine if it needs special treatment, such as // creating GOT, PLT, copy relocations, etc. // Note that relocations for non-alloc sections are directly - // processed by InputSection::relocateNative. + // processed by InputSection::relocateNonAlloc. if (C.getSectionHdr()->sh_flags & SHF_ALLOC) for (const Elf_Shdr *RelSec : C.RelocSections) scanRelocations(C, *RelSec); |