summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/vm
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/swap_pager.h4
-rw-r--r--sys/vm/vm_map.h4
-rw-r--r--sys/vm/vm_page.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h
index c20d967..231e0bb 100644
--- a/sys/vm/swap_pager.h
+++ b/sys/vm/swap_pager.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90
- * $Id: swap_pager.h,v 1.12 1995/12/11 04:58:03 dyson Exp $
+ * $Id: swap_pager.h,v 1.13 1995/12/14 09:54:54 phk Exp $
*/
/*
@@ -50,7 +50,7 @@
/*
* SWB_NPAGES can be set to any value from 1 to 16 pages per allocation,
* however, due to the allocation spilling into non-swap pager backed memory,
- * suggest keeping SWB_NPAGES small (1-4). If high performance is manditory
+ * suggest keeping SWB_NPAGES small (1-4). If high performance is mandatory
* perhaps up to 8 pages might be in order????
* Above problem has been fixed, now we support 16 pages per block. Unused
* space is recovered by the swap pager now...
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index e24eace..0f800bf 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.h,v 1.10 1995/12/14 09:55:00 phk Exp $
+ * $Id: vm_map.h,v 1.11 1996/01/19 03:59:55 dyson Exp $
*/
/*
@@ -170,7 +170,7 @@ struct vmspace {
* a sharing map, it is necessary to have a timestamp from each.
* [If the main map timestamp has changed, the share_map and
* associated timestamp are no longer valid; the map version
- * does not include a reference for the imbedded share_map.]
+ * does not include a reference for the embedded share_map.]
*/
typedef struct {
int main_timestamp;
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index b67c9a5..a360a40 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_page.h,v 1.23 1995/12/11 04:58:26 dyson Exp $
+ * $Id: vm_page.h,v 1.24 1996/01/19 04:00:17 dyson Exp $
*/
/*
@@ -166,7 +166,7 @@ struct vm_page {
* non-interrupt times.
*
* inactive
- * Low activity, candidates for reclaimation.
+ * Low activity, candidates for reclamation.
* This is the list of pages that should be
* paged out next.
*
OpenPOWER on IntegriCloud