Do not use a contraction, aren't -> are not.

This commit is contained in:
asmodai 2002-04-30 09:38:52 +00:00
parent 1dfbebfee3
commit 8adefc573a

View File

@ -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