From 686df89909cc3a4ab7e6ab70245e393ba7e198b2 Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 26 Mar 2000 15:20:23 +0000 Subject: Spelling --- sys/vm/vm_map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/vm/vm_map.c') diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 835ed15..8125f06 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.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 @@ -100,7 +100,7 @@ * Maps consist of an ordered doubly-linked list of simple * entries; a single hint is used to speed up lookups. * - * Since portions of maps are specified by start/end addreses, + * Since portions of maps are specified by start/end addresses, * which may not align with existing map entries, all * routines merely "clip" entries to these start/end values. * [That is, an entry is split into two, bordering at a -- cgit v1.1