We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6a0f commit 57d2599Copy full SHA for 57d2599
README.md
@@ -53,7 +53,7 @@ base of the object pointed to by `q` by working backwards:
53
54
* Since `q` is within the range (`0x800000000..0xfffffffff`) we know that the
55
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
+* Since `q - (q mod 16) = 0x8997f2820` we know that the base address of
57
the object pointed to by `q` is `0x8997f2820`.
58
59
Next, consider the following (trivial) function:
0 commit comments