Fix a couple of typos.

This commit is contained in:
John Baldwin 2014-01-21 03:27:47 +00:00
parent 44afcdabf3
commit ab46f63e8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260975

View File

@ -1121,7 +1121,7 @@ vm_pageout_scan(struct vm_domain *vmd, int pass)
} else if ((m->flags & PG_WINATCFLS) == 0 && pass < 2) { } else if ((m->flags & PG_WINATCFLS) == 0 && pass < 2) {
/* /*
* Dirty pages need to be paged out, but flushing * Dirty pages need to be paged out, but flushing
* a page is extremely expensive verses freeing * a page is extremely expensive versus freeing
* a clean page. Rather then artificially limiting * a clean page. Rather then artificially limiting
* the number of pages we can flush, we instead give * the number of pages we can flush, we instead give
* dirty pages extra priority on the inactive queue * dirty pages extra priority on the inactive queue
@ -1183,7 +1183,7 @@ vm_pageout_scan(struct vm_domain *vmd, int pass)
* to be freed and dirty pages to be moved to the end * to be freed and dirty pages to be moved to the end
* of the queue. Since dirty pages are also moved to * of the queue. Since dirty pages are also moved to
* the end of the queue once-cleaned, this gives * the end of the queue once-cleaned, this gives
* way too large a weighting to defering the freeing * way too large a weighting to deferring the freeing
* of dirty pages. * of dirty pages.
* *
* We can't wait forever for the vnode lock, we might * We can't wait forever for the vnode lock, we might