summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-08-11 18:26:57 +0000
committerjhb <jhb@FreeBSD.org>2014-08-11 18:26:57 +0000
commita773a4db5c918f1faab0f8d9299fee53ad4514f8 (patch)
tree8c88738176942c94f41b118b79dc776e2fd6fac8 /share
parent21653d78524dbcda51baba33e1e776b7a4b9273c (diff)
downloadFreeBSD-src-a773a4db5c918f1faab0f8d9299fee53ad4514f8.zip
FreeBSD-src-a773a4db5c918f1faab0f8d9299fee53ad4514f8.tar.gz
Fix a typo.
PR: 192294 Submitted by: Conrad Meyer <conrad.meyer@isilon.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vm_page_busy.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vm_page_busy.9 b/share/man/man9/vm_page_busy.9
index bc4b796..9503dac 100644
--- a/share/man/man9/vm_page_busy.9
+++ b/share/man/man9/vm_page_busy.9
@@ -95,7 +95,7 @@ themselves.
For example, when a thread wants to access or update page contents
without a lock held the page is shared busied.
.Pp
-Before busing a page the vm_object lock must be held.
+Before busying a page the vm_object lock must be held.
The same rule applies when a page is unbusied.
This makes the vm_object lock a real busy interlock.
.Pp
OpenPOWER on IntegriCloud