[PATCH] D153978: [ELF][NFC] Change comment terminology

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 04:22:45 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3bd72b2a58b9: [ELF][NFC] Change comment terminology (authored by abrachet).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153978/new/

https://reviews.llvm.org/D153978

Files:
  lld/ELF/MarkLive.cpp


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);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153978.535714.patch
Type: text/x-patch
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230629/14558487/attachment.bin>


More information about the llvm-commits mailing list