diff options
-rw-r--r-- | share/man/man9/vm_page_zero_fill.9 | 2 |
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 fbf147d..b79f46a 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 |