Index: lld/ELF/MarkLive.cpp =================================================================== --- lld/ELF/MarkLive.cpp +++ lld/ELF/MarkLive.cpp @@ -212,7 +212,7 @@ // 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);