[ELF][NFC] Change comment terminology
authorAlex Brachet <abrachet@google.com>
Thu, 29 Jun 2023 11:22:00 +0000 (11:22 +0000)
committerAlex Brachet <abrachet@google.com>
Thu, 29 Jun 2023 11:22:00 +0000 (11:22 +0000)
Differential Revision: https://reviews.llvm.org/D153978

lld/ELF/MarkLive.cpp

index 7db7d1c..cdd4bfe 100644 (file)
@@ -212,7 +212,7 @@ template <class ELFT> void MarkLive<ELFT>::run() {
   // Add GC root symbols.
 
   // Preserve externally-visible symbols if the symbols defined by this
-  // file can interrupt other ELF file's symbols at runtime.
+  // file can interpose other ELF file's symbols at runtime.
   for (Symbol *sym : symtab.getSymbols())
     if (sym->includeInDynsym() && sym->partition == partition)
       markSymbol(sym);