diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-05-09 15:46:18 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-05-09 15:46:18 +0000 |
commit | cb0c98a6aaa8166c26a7714e6ee57f93ef8892fe (patch) | |
tree | 10b0b9a1b5fd238a1b58923df97012bb5ad62e2a /sys | |
parent | c2face8acc75faebb5691c5356a04dab6acb1df5 (diff) |
hander -> handler
ok miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/beagle/dev/omgpio.c | 4 | ||||
-rw-r--r-- | sys/arch/m88k/m88k/pmap.c | 8 | ||||
-rw-r--r-- | sys/dev/ic/wdcvar.h | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/beagle/dev/omgpio.c b/sys/arch/beagle/dev/omgpio.c index 82a071a6b09..ec148fadb3c 100644 --- a/sys/arch/beagle/dev/omgpio.c +++ b/sys/arch/beagle/dev/omgpio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: omgpio.c,v 1.1 2009/05/08 03:13:26 drahn Exp $ */ +/* $OpenBSD: omgpio.c,v 1.2 2010/05/09 15:46:17 jasper Exp $ */ /* * Copyright (c) 2007,2009 Dale Rahn <drahn@openbsd.org> * @@ -388,7 +388,7 @@ omgpio_irq(void *v) ih->ih_count.ec_count++; omgpio_clear_intr(ih->ih_gpio); } else { - panic("omgpio: irq fired no hander, gpio %x %x %x\n", + panic("omgpio: irq fired no handler, gpio %x %x %x\n", sc->sc_dev.dv_unit * 32 + bit, pending, bus_space_read_4(sc->sc_iot, sc->sc_ioh, GPIO_IRQENABLE1) diff --git a/sys/arch/m88k/m88k/pmap.c b/sys/arch/m88k/m88k/pmap.c index 9d630d456d1..5a8d72ba87d 100644 --- a/sys/arch/m88k/m88k/pmap.c +++ b/sys/arch/m88k/m88k/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.50 2010/05/02 22:01:47 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.51 2010/05/09 15:46:17 jasper Exp $ */ /* * Copyright (c) 2001-2004, Miodrag Vallat * Copyright (c) 1998-2001 Steve Murphree, Jr. @@ -1142,9 +1142,9 @@ pmap_remove_pte(pmap_t pmap, vaddr_t va, pt_entry_t *pte, boolean_t flush) if (prev == NULL) { /* - * Hander is the pv_entry. Copy the next one - * to hander and free the next one (we can't - * free the hander) + * Handler is the pv_entry. Copy the next one + * to handler and free the next one (we can't + * free the handler) */ cur = cur->pv_next; if (cur != NULL) { diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index 33eca2ecd6b..4b2676ebf90 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcvar.h,v 1.44 2009/10/13 19:33:16 pirofti Exp $ */ +/* $OpenBSD: wdcvar.h,v 1.45 2010/05/09 15:46:17 jasper Exp $ */ /* $NetBSD: wdcvar.h,v 1.17 1999/04/11 20:50:29 bouyer Exp $ */ /*- @@ -225,7 +225,7 @@ struct wdc_xfer { #define C_DMA 0x0040 /* cmd uses DMA */ #define C_SENSE 0x0080 /* cmd is a internal command */ #define C_MEDIA_ACCESS 0x0100 /* is a media access command */ -#define C_POLL_MACHINE 0x0200 /* machine has a poll hander */ +#define C_POLL_MACHINE 0x0200 /* machine has a poll handler */ /* Informations about our location */ struct channel_softc *chp; |