Skip to content

Commit f4dc72f

Browse files
authored
Update chapter-simple-bump.md (#64)
1 parent 6104c3d commit f4dc72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booksrc/chapter-simple-bump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to point to the space after _that_ object.
1010
In a twist of mathematical convenience, though, it is [more efficient][2] to
1111
bump allocate from a high memory location _downwards_. We will do that.
1212

13-
We will used a fixed power-of-two block size. The benefit of this is that
13+
We will use a fixed power-of-two block size. The benefit of this is that
1414
given a pointer to an object, by zeroing the bits of the pointer that represent
1515
the block size, the result points to the beginning of the block. This will
1616
be useful later when implementing garbage collection.

0 commit comments

Comments
 (0)