authorgravatar for kitteh@kitteh.pwpurringChaos <kitteh@kitteh.pw> 2021-06-10 18:20:18+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-10 13:49:09-04:00
log2e4937b69574bb8db7cc800b7dba0a9b0f0507aa
treeaa5e7af6f59cbf7894720e3e56a73cac8a07ace5
parent43a09f7efcc34567f119ca315ceba5a7a7e09956

Correct a comment.


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/debug.zig+1-1
......@@ -957,7 +957,7 @@ pub fn readElfDebugInfo(allocator: *mem.Allocator, elf_file: File) !ModuleDebugI
957957}
958958
959959/// TODO resources https://github.com/ziglang/zig/issues/4353
960/// This takes ownership of coff_file: users of this function should not close
960/// This takes ownership of macho_file: users of this function should not close
961961/// it themselves, even on error.
962962/// TODO it's weird to take ownership even on error, rework this code.
963963fn readMachODebugInfo(allocator: *mem.Allocator, macho_file: File) !ModuleDebugInfo {