diff options
Diffstat (limited to 'lib/std')
| -rw-r--r-- | lib/std/macho.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
