aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentino Vaschetto <logo@FreeBSD.org>2001-11-30 07:18:23 +0000
committerValentino Vaschetto <logo@FreeBSD.org>2001-11-30 07:18:23 +0000
commitba0337614201afef2ce361d734011e8141f825d2 (patch)
tree702dd07b2719cf63dac22407b1439ee6e1268683
parentbb11c9f1fbde69bb108a62315992010edbeb8caa (diff)
Notes
-rw-r--r--share/man/man9/vm_page_zero_fill.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vm_page_zero_fill.9 b/share/man/man9/vm_page_zero_fill.9
index fbf147db8e66..b79f46a8c699 100644
--- a/share/man/man9/vm_page_zero_fill.9
+++ b/share/man/man9/vm_page_zero_fill.9
@@ -41,7 +41,7 @@
.Sh DESCRIPTION
The
.Fn vm_page_zero_fill
-function zeros the given vm page by calling the machine dependant
+function zeros the given vm page by calling the machine dependent
.Fn pmap_zero_page
routine.
.Pp