Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 13:36:16 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252161 - head/sys/vm
Message-ID:  <201306241336.r5ODaG9e093860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306241336.r5ODaG9e093860>