aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vm_page_busy.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/vm_page_busy.9')
-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 bc4b796d1fce..9503dacbe8a8 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