Skip to content

Commit 57d2599

Browse files
authored
Update README.md
Typo
1 parent ecf6a0f commit 57d2599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ base of the object pointed to by `q` by working backwards:
5353

5454
* Since `q` is within the range (`0x800000000..0xfffffffff`) we know that the
5555
allocation size of the object pointed to by `q` is 16bytes.
56-
* Since `q - (q mod 16) = 0x8997f2820` we know that he base address of
56+
* Since `q - (q mod 16) = 0x8997f2820` we know that the base address of
5757
the object pointed to by `q` is `0x8997f2820`.
5858

5959
Next, consider the following (trivial) function:

0 commit comments

Comments
 (0)