Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 16:44:11 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303773 - head/sys/vm
Message-ID:  <201608051644.u75GiBXA049413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alc
Date: Fri Aug  5 16:44:11 2016
New Revision: 303773
URL: https://svnweb.freebsd.org/changeset/base/303773

Log:
  Correct a spelling error.

Modified:
  head/sys/vm/vm_pageout.c

Modified: head/sys/vm/vm_pageout.c
==============================================================================
--- head/sys/vm/vm_pageout.c	Fri Aug  5 16:32:09 2016	(r303772)
+++ head/sys/vm/vm_pageout.c	Fri Aug  5 16:44:11 2016	(r303773)
@@ -247,7 +247,7 @@ static boolean_t vm_pageout_page_lock(vm
 /*
  * Initialize a dummy page for marking the caller's place in the specified
  * paging queue.  In principle, this function only needs to set the flag
- * PG_MARKER.  Nonetheless, it wirte busies and initializes the hold count
+ * PG_MARKER.  Nonetheless, it write busies and initializes the hold count
  * to one as safety precautions.
  */ 
 static void



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