Skip to content

Commit

Permalink
[MachKit] Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvieito committed Nov 25, 2022
1 parent 462ce96 commit ecd5ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MachKit/MachVirtualMemory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class MachVirtualMemory {
/// Base address of the executable in the memory layout.
public let baseAddress: Address

/// Offset of the base address with respect of the typical Mach-O base addres, 0x100000000.
/// Offset of the base address with respect of the typical Mach-O base address, 0x100000000.
public let aslrOffset: Address

internal init(pid: pid_t) throws {
Expand Down

0 comments on commit ecd5ca3

Please sign in to comment.