svn commit: r198463 - head/sys/kern

Alan Cox alc at FreeBSD.org
Sun Oct 25 02:48:29 UTC 2009


Author: alc
Date: Sun Oct 25 02:48:29 2009
New Revision: 198463
URL: http://svn.freebsd.org/changeset/base/198463

Log:
  Update a comment to reflect the previous change.

Modified:
  head/sys/kern/sys_process.c

Modified: head/sys/kern/sys_process.c
==============================================================================
--- head/sys/kern/sys_process.c	Sun Oct 25 01:19:55 2009	(r198462)
+++ head/sys/kern/sys_process.c	Sun Oct 25 02:48:29 2009	(r198463)
@@ -279,7 +279,7 @@ proc_rwmem(struct proc *p, struct uio *u
 		}
 
 		/*
-		 * Now we need to get the page.  out_entry, out_prot, wired,
+		 * Now we need to get the page.  out_entry, wired,
 		 * and single_use aren't used.  One would think the vm code
 		 * would be a *bit* nicer...  We use tmap because
 		 * vm_map_lookup() can change the map argument.


More information about the svn-src-head mailing list