Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 18:26:57 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269824 - head/share/man/man9
Message-ID:  <53e90af1.2e27.3eae78d1@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Aug 11 18:26:57 2014
New Revision: 269824
URL: http://svnweb.freebsd.org/changeset/base/269824

Log:
  Fix a typo.
  
  PR:		192294
  Submitted by:	Conrad Meyer <conrad.meyer@isilon.com>

Modified:
  head/share/man/man9/vm_page_busy.9

Modified: head/share/man/man9/vm_page_busy.9
==============================================================================
--- head/share/man/man9/vm_page_busy.9	Mon Aug 11 18:09:37 2014	(r269823)
+++ head/share/man/man9/vm_page_busy.9	Mon Aug 11 18:26:57 2014	(r269824)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e90af1.2e27.3eae78d1>