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.piecuc...@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.
         */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to