diff options
-rw-r--r-- | sys/arch/i386/i386/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/pmap.c | 6 | ||||
-rw-r--r-- | sys/dev/usb/usbdivar.h | 4 |
3 files changed, 7 insertions, 7 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) { diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index a284581b6ab..c0c2ee2bb9c 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdivar.h,v 1.24 2006/05/31 06:18:09 pascoe Exp $ */ +/* $OpenBSD: usbdivar.h,v 1.25 2007/05/20 14:14:12 miod Exp $ */ /* $NetBSD: usbdivar.h,v 1.70 2002/07/11 21:14:36 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */ @@ -140,7 +140,7 @@ struct usbd_bus { struct usbd_device { struct usbd_bus *bus; /* our controller */ struct usbd_pipe *default_pipe; /* pipe 0 */ - u_int8_t address; /* device addess */ + u_int8_t address; /* device address */ u_int8_t config; /* current configuration # */ u_int8_t depth; /* distance from root hub */ u_int8_t speed; /* low/full/high speed */ |