From ebd88e49d32e3c6be0e862c2a896b4af07d73113 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 11 Aug 2014 18:26:57 +0000 Subject: [PATCH] Fix a typo. PR: 192294 Submitted by: Conrad Meyer --- share/man/man9/vm_page_busy.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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