svn commit: r252161 - head/sys/vm
Gleb Smirnoff
glebius at FreeBSD.org
Mon Jun 24 13:36:16 UTC 2013
Author: glebius
Date: Mon Jun 24 13:36:16 2013
New Revision: 252161
URL: http://svnweb.freebsd.org/changeset/base/252161
Log:
Typo in comment.
Modified:
head/sys/vm/vm_page.c
Modified: head/sys/vm/vm_page.c
==============================================================================
--- head/sys/vm/vm_page.c Mon Jun 24 12:46:59 2013 (r252160)
+++ head/sys/vm/vm_page.c Mon Jun 24 13:36:16 2013 (r252161)
@@ -2013,7 +2013,7 @@ vm_page_wire(vm_page_t m)
* However, unless the page belongs to an object, it is not enqueued because
* it cannot be paged out.
*
- * If a page is fictitious, then its wire count must alway be one.
+ * If a page is fictitious, then its wire count must always be one.
*
* A managed page must be locked.
*/
More information about the svn-src-all
mailing list