aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2002-04-30 09:38:52 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2002-04-30 09:38:52 +0000
commit008080bd8b30773e2b909cd14494444943b8a3ef (patch)
tree975cbf13c8ba5252a68afe0e043e0f8b7291dc2d /share/man
parent268c1b9c758de65acf3d90b2ec82e24e0a5d0f7d (diff)
downloadsrc-008080bd8b30773e2b909cd14494444943b8a3ef.tar.gz
src-008080bd8b30773e2b909cd14494444943b8a3ef.zip
Do not use a contraction, aren't -> are not.
Notes
Notes: svn path=/head/; revision=95784
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/zone.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index 269e69951d4c..014f90327167 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -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