Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2018 00:59:44 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r334697 - stable/11/sys/vm
Message-ID:  <201806060059.w560xi3J028184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Jun  6 00:59:43 2018
New Revision: 334697
URL: https://svnweb.freebsd.org/changeset/base/334697

Log:
  MFC r334389:
  Typo.
  
  PR:	228533

Modified:
  stable/11/sys/vm/vm_fault.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/vm/vm_fault.c
==============================================================================
--- stable/11/sys/vm/vm_fault.c	Tue Jun  5 22:27:36 2018	(r334696)
+++ stable/11/sys/vm/vm_fault.c	Wed Jun  6 00:59:43 2018	(r334697)
@@ -1647,7 +1647,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.
 	 */



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