From 6939b4d3b411e0dc500469a7526804901b0e0314 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 30 May 2018 16:48:48 +0000 Subject: [PATCH] Typo. PR: 228533 Submitted by: Jakub Piecuch MFC after: 1 week --- sys/vm/vm_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 1225e765580a..c56807f02e21 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -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. */