Bug 228533 - [patch] typo in comment in vm_fault_copy_entry
Summary: [patch] typo in comment in vm_fault_copy_entry
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-05-27 07:17 UTC by Jakub Piecuch
Modified: 2018-06-06 13:59 UTC (History)
2 users (show)

See Also:


Attachments
Patch fixing the typo (642 bytes, patch)
2018-05-27 07:17 UTC, Jakub Piecuch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Piecuch 2018-05-27 07:17:26 UTC
Created attachment 193750 [details]
Patch fixing the typo

'Since the destination object does share any backing storage...'
-> 'Since the destination object doesn't share any backing storage...'
Comment 1 Mark Johnston freebsd_committer freebsd_triage 2018-05-30 16:45:22 UTC
The comment as a whole is a bit stale since r265843, where we added a case where we're upgrading a read-only wired mapping. But we might as well fix this typo first.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-05-30 16:48:56 UTC
A commit references this bug:

Author: markj
Date: Wed May 30 16:48:49 UTC 2018
New revision: 334389
URL: https://svnweb.freebsd.org/changeset/base/334389

Log:
  Typo.

  PR:		228533
  Submitted by:	Jakub Piecuch <j.piecuch96@gmail.com>
  MFC after:	1 week

Changes:
  head/sys/vm/vm_fault.c
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-06-06 01:00:21 UTC
A commit references this bug:

Author: markj
Date: Wed Jun  6 00:59:44 UTC 2018
New revision: 334697
URL: https://svnweb.freebsd.org/changeset/base/334697

Log:
  MFC r334389:
  Typo.

  PR:	228533

Changes:
_U  stable/11/
  stable/11/sys/vm/vm_fault.c