From ca2711a959a180db117b226b06971d79ceab9ce7 Mon Sep 17 00:00:00 2001 From: Matthew Lugg Date: Fri, 29 May 2026 15:15:50 +0100 Subject: [PATCH] Elf2: fix typo in comment --- src/link/Elf2.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/link/Elf2.zig b/src/link/Elf2.zig index a5e77ef8ac2aedc28f4346b8c6d67b0d0fb59d24..5e52aac24504a76147755827579798a6923cdc7b 100644 --- a/src/link/Elf2.zig +++ b/src/link/Elf2.zig @@ -59,9 +59,7 @@ copied_globals: std.array_hash_map.Auto(String(.strtab), struct { /// (`R_*_COPY`), but cannot because we have not seen an appropriate definition in a linked DSO yet. /// /// Therefore, if, when scanning a DSO input, we discover a definition for one of these symbols, we -/// will remove it from this map and call ` -/// -/// which have not created +/// will remove it from this map and call `maybeAddCopyRelocation`. want_copied_globals: std.array_hash_map.Auto(String(.strtab), void), /// Key is a node which is a valid `Symbol.node` value, value is the name of the first global symbol /// in that node. That symbol is the head of a linked list: see `Symbol.Global.next_in_node`. -- 2.54.0