svn commit: r334389 - head/sys/vm

Mark Johnston markj at FreeBSD.org
Wed May 30 16:48:49 UTC 2018


Author: markj
Date: Wed May 30 16:48:48 2018
New Revision: 334389
URL: https://svnweb.freebsd.org/changeset/base/334389

Log:
  Typo.
  
  PR:		228533
  Submitted by:	Jakub Piecuch <j.piecuch96 at gmail.com>
  MFC after:	1 week

Modified:
  head/sys/vm/vm_fault.c

Modified: head/sys/vm/vm_fault.c
==============================================================================
--- head/sys/vm/vm_fault.c	Wed May 30 15:51:48 2018	(r334388)
+++ head/sys/vm/vm_fault.c	Wed May 30 16:48:48 2018	(r334389)
@@ -1671,7 +1671,7 @@ vm_fault_copy_entry(vm_map_t dst_map, vm_map_t src_map
 	 * range, copying each page from the source object to the
 	 * destination object.  Since the source is wired, those pages
 	 * must exist.  In contrast, the destination is pageable.
-	 * Since the destination object does share any backing storage
+	 * Since the destination object doesn't share any backing storage
 	 * with the source object, all of its pages must be dirtied,
 	 * regardless of whether they can be written.
 	 */


More information about the svn-src-head mailing list