svn commit: r334697 - stable/11/sys/vm
Mark Johnston
markj at FreeBSD.org
Wed Jun 6 00:59:44 UTC 2018
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.
*/
More information about the svn-src-stable-11
mailing list