summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.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_object.c
parentabcb2d08a5004b7817df4d1fb96142ba3b92f6da (diff)
downloadFreeBSD-src-686df89909cc3a4ab7e6ab70245e393ba7e198b2.zip
FreeBSD-src-686df89909cc3a4ab7e6ab70245e393ba7e198b2.tar.gz
Spelling
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 23354bd..057a96c 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -14,7 +14,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
@@ -927,7 +927,7 @@ vm_object_shadow(object, offset, length)
* of reference count.
*
* Try to optimize the result object's page color when shadowing
- * in order to maintain page coloring consistancy in the combined
+ * in order to maintain page coloring consistency in the combined
* shadowed object.
*/
result->backing_object = source;
@@ -977,7 +977,7 @@ vm_object_backing_scan(vm_object_t object, int op)
if (op & OBSC_TEST_ALL_SHADOWED) {
/*
- * We do not want to have to test for the existance of
+ * We do not want to have to test for the existence of
* swap pages in the backing object. XXX but with the
* new swapper this would be pretty easy to do.
*
OpenPOWER on IntegriCloud