From 2e4937b69574bb8db7cc800b7dba0a9b0f0507aa Mon Sep 17 00:00:00 2001 From: purringChaos Date: Thu, 10 Jun 2021 18:20:18 +0100 Subject: Correct a comment. --- lib/std/debug.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/debug.zig') diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 8da1dbe673..a8264bd636 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -957,7 +957,7 @@ pub fn readElfDebugInfo(allocator: *mem.Allocator, elf_file: File) !ModuleDebugI } /// TODO resources https://github.com/ziglang/zig/issues/4353 -/// This takes ownership of coff_file: users of this function should not close +/// This takes ownership of macho_file: users of this function should not close /// it themselves, even on error. /// TODO it's weird to take ownership even on error, rework this code. fn readMachODebugInfo(allocator: *mem.Allocator, macho_file: File) !ModuleDebugInfo { -- cgit v1.2.3