aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vm_page_busy.9
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-08-11 18:26:57 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-08-11 18:26:57 +0000
commitebd88e49d32e3c6be0e862c2a896b4af07d73113 (patch)
tree8c88738176942c94f41b118b79dc776e2fd6fac8 /share/man/man9/vm_page_busy.9
parent827a661da086ea3f2885b14c663ab830a661d7d0 (diff)
downloadsrc-ebd88e49d32e3c6be0e862c2a896b4af07d73113.tar.gz
src-ebd88e49d32e3c6be0e862c2a896b4af07d73113.zip
Fix a typo.
PR: 192294 Submitted by: Conrad Meyer <conrad.meyer@isilon.com>
Notes
Notes: svn path=/head/; revision=269824
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