diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-20 14:14:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-20 14:14:13 +0000 |
commit | 465a7954565ab67f60d94ff8a1ab64233cdd441b (patch) | |
tree | 0e7f3ef5dda419ce344663400da6c7807ea4ec03 /sys/arch | |
parent | 171ceee419c082a319c8fb5b4886386121ea9896 (diff) |
addess -> address
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/pmap.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/pmap.c b/sys/arch/i386/i386/pmap.c index f4ae2e72ca4..2a221f4ab80 100644 --- a/sys/arch/i386/i386/pmap.c +++ b/sys/arch/i386/i386/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.110 2007/05/17 15:17:02 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.111 2007/05/20 14:14:09 miod Exp $ */ /* $NetBSD: pmap.c,v 1.91 2000/06/02 17:46:37 thorpej Exp $ */ /* @@ -1871,7 +1871,7 @@ pmap_extract(struct pmap *pmap, vaddr_t va, paddr_t *pap) /* * pmap_virtual_space: used during bootup [pmap_steal_memory] to - * determine the bounds of the kernel virtual addess space. + * determine the bounds of the kernel virtual address space. */ void diff --git a/sys/arch/vax/vax/pmap.c b/sys/arch/vax/vax/pmap.c index 9de8ac96295..1254d29f110 100644 --- a/sys/arch/vax/vax/pmap.c +++ b/sys/arch/vax/vax/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.39 2007/04/22 10:05:52 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.40 2007/05/20 14:14:12 miod Exp $ */ /* $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $ */ /* * Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden. @@ -629,7 +629,7 @@ if (startpmapdebug) #endif RECURSESTART; - /* Find addess of correct pte */ + /* Find address of correct pte */ if (v & KERNBASE) { patch = (int *)Sysmap; i = (v - KERNBASE) >> VAX_PGSHIFT; @@ -987,7 +987,7 @@ if (startpmapdebug) if (bits & 1) panic("pte trans len"); #endif - /* Set addess on logical page boundary */ + /* Set address on logical page boundary */ addr &= ~PGOFSET; /* First decode userspace addr */ if (addr >= 0) { |