svn commit: r303940 - stable/10/sys/vm

Alan Cox alc at FreeBSD.org
Wed Aug 10 20:34:26 UTC 2016


Author: alc
Date: Wed Aug 10 20:34:25 2016
New Revision: 303940
URL: https://svnweb.freebsd.org/changeset/base/303940

Log:
  MFC r303773
    Correct a spelling error.

Modified:
  stable/10/sys/vm/vm_pageout.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/vm/vm_pageout.c
==============================================================================
--- stable/10/sys/vm/vm_pageout.c	Wed Aug 10 20:31:10 2016	(r303939)
+++ stable/10/sys/vm/vm_pageout.c	Wed Aug 10 20:34:25 2016	(r303940)
@@ -243,7 +243,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


More information about the svn-src-all mailing list