Author: kib
Date: Thu Dec 28 23:50:21 2017
New Revision: 327319
URL: https://svnweb.freebsd.org/changeset/base/327319

Log:
  Clean up the comment.
  
  Reviewed by:  alc, markj
  Sponsored by: The FreeBSD Foundation
  MFC after:    1 week
  Differential revision:        https://reviews.freebsd.org/D13671

Modified:
  head/sys/vm/vm_swapout.c

Modified: head/sys/vm/vm_swapout.c
==============================================================================
--- head/sys/vm/vm_swapout.c    Thu Dec 28 23:49:53 2017        (r327318)
+++ head/sys/vm/vm_swapout.c    Thu Dec 28 23:50:21 2017        (r327319)
@@ -715,8 +715,7 @@ loop:
        }
 
        /*
-        * We would like to bring someone in. (only if there is space).
-        * [What checks the space? ]
+        * We would like to bring someone in.
         */
        faultin(p);
        PROC_UNLOCK(p);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to