[ELF] Fix a doc typo. NFC
authorFangrui Song <maskray@google.com>
Fri, 24 May 2019 09:53:25 +0000 (09:53 +0000)
committerFangrui Song <maskray@google.com>
Fri, 24 May 2019 09:53:25 +0000 (09:53 +0000)
llvm-svn: 361617

lld/ELF/MarkLive.cpp

index d040a21..5132bb4 100644 (file)
@@ -287,7 +287,7 @@ template <class ELFT> void elf::markLive() {
   // unconditionally make non-SHF_ALLOC sections alive except
   // SHF_LINK_ORDER and SHT_REL/SHT_RELA sections.
   //
-  // Usually, SHF_ALLOC sections are not removed even if they are
+  // Usually, non-SHF_ALLOC sections are not removed even if they are
   // unreachable through relocations because reachability is not
   // a good signal whether they are garbage or not (e.g. there is
   // usually no section referring to a .comment section, but we