summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-03-26 15:20:23 +0000
committercharnier <charnier@FreeBSD.org>2000-03-26 15:20:23 +0000
commit686df89909cc3a4ab7e6ab70245e393ba7e198b2 (patch)
tree8246ed5b20be486890cba80a9d8ad23398227115 /sys/vm/vm_pageout.c
parentabcb2d08a5004b7817df4d1fb96142ba3b92f6da (diff)
downloadFreeBSD-src-686df89909cc3a4ab7e6ab70245e393ba7e198b2.zip
FreeBSD-src-686df89909cc3a4ab7e6ab70245e393ba7e198b2.tar.gz
Spelling
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r--sys/vm/vm_pageout.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 1adb7e4..11f08c2 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -18,7 +18,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
+ * must display the following acknowledgment:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
@@ -951,7 +951,7 @@ rescan0:
while ((m != NULL) && (pcount-- > 0) && (page_shortage > 0)) {
/*
- * This is a consistancy check, and should likely be a panic
+ * This is a consistency check, and should likely be a panic
* or warning.
*/
if (m->queue != PQ_ACTIVE) {
@@ -975,7 +975,7 @@ rescan0:
/*
* The count for pagedaemon pages is done after checking the
- * page for eligbility...
+ * page for eligibility...
*/
cnt.v_pdpages++;
@@ -1140,7 +1140,7 @@ rescan0:
/*
* This routine tries to maintain the pseudo LRU active queue,
* so that during long periods of time where there is no paging,
- * that some statistic accumlation still occurs. This code
+ * that some statistic accumulation still occurs. This code
* helps the situation where paging just starts to occur.
*/
static void
OpenPOWER on IntegriCloud