From 1ec620be62e9acdafca8182b2452c3e3a1dc0ea9 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Sat, 13 Mar 2021 13:16:34 +0100 Subject: zld: fix GOT loads and indirection on x86_64 --- lib/std/macho.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/macho.zig') diff --git a/lib/std/macho.zig b/lib/std/macho.zig index 3cf6914ad9..f66626bafe 100644 --- a/lib/std/macho.zig +++ b/lib/std/macho.zig @@ -1616,7 +1616,7 @@ pub const GenericBlob = extern struct { length: u32, }; -/// The LC_DATA_IN_CODE load commands uses a linkedit_data_command +/// The LC_DATA_IN_CODE load commands uses a linkedit_data_command /// to point to an array of data_in_code_entry entries. Each entry /// describes a range of data in a code section. pub const data_in_code_entry = extern struct { -- cgit v1.2.3