PR:		228533
Submitted by:	Jakub Piecuch <j.piecuch96@gmail.com>
MFC after:	1 week
This commit is contained in:
Mark Johnston 2018-05-30 16:48:48 +00:00
parent 6570d61a59
commit 6939b4d3b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334389

View File

@ -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.
*/