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

This commit is contained in:
Jeroen Ruigrok van der Werven 2002-04-30 09:38:52 +00:00
parent 268c1b9c75
commit 008080bd8b

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