Do not use a contraction, aren't -> are not.
This commit is contained in:
parent
1dfbebfee3
commit
8adefc573a
@ -61,7 +61,7 @@ boot process than other memory management routines.
|
||||
.Pp
|
||||
A zone is an extensible collection of items of identical size.
|
||||
The zone allocator keeps track of which items are in use and which
|
||||
aren't, and provides functions for allocating items from the zone and
|
||||
are not, and provides functions for allocating items from the zone and
|
||||
for releasing them back (which makes them available for later use).
|
||||
.Pp
|
||||
The zone allocator stores state information inside the items proper
|
||||
|
Loading…
Reference in New Issue
Block a user