diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-12-14 07:20:26 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-12-14 07:20:26 +0000 |
commit | 77ab94d3b6b1edbcb61148925f858c8651510b22 (patch) | |
tree | d8d3aa56e6ef0fe9d0d9e54895ce84aaf0e1397f /sys/arch | |
parent | 7f8908bfd3dc346053bf4393426ead713a46733c (diff) |
handeled -> handled; reported by someone on the list, but i no longer
have the mail.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/dev/sfas.c | 10 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/vs.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/amiga/dev/sfas.c b/sys/arch/amiga/dev/sfas.c index 1ecb6cf73d3..69c61cc40da 100644 --- a/sys/arch/amiga/dev/sfas.c +++ b/sys/arch/amiga/dev/sfas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfas.c,v 1.15 2002/03/14 01:26:29 millert Exp $ */ +/* $OpenBSD: sfas.c,v 1.16 2002/12/14 07:20:25 fgsch Exp $ */ /* $NetBSD: sfas.c,v 1.12 1996/10/13 03:07:33 christos Exp $ */ /* @@ -450,7 +450,7 @@ sfas_scsidone(dev, xs, stat) switch(stat) { case SCSI_CHECK: /* If we get here we have valid sense data. Faults during - * sense is handeled elsewhere and will generate a + * sense is handled elsewhere and will generate a * XS_DRIVER_STUFFUP. */ xs->error = XS_SENSE; break; @@ -1362,7 +1362,7 @@ sfas_midaction(dev, rp, nexus) nexus->status = -1; /* - * Preload the command complete message. Handeled in + * Preload the command complete message. Handled in * sfas_postaction. */ dev->sc_msg_in[0] = msg; @@ -1671,7 +1671,7 @@ sfas_postaction(dev, rp, nexus) case 0x02: /* EXTENDED IDENTIFY (SCSI-1) */ case 0x03: /* WIDE DATA TRANSFER REQUEST */ default: - /* Reject any unhandeled messages. */ + /* Reject any unhandled messages. */ dev->sc_msg_out[0] = 0x07; dev->sc_msg_out_len = 1; @@ -1682,7 +1682,7 @@ sfas_postaction(dev, rp, nexus) break; default: - /* Reject any unhandeled messages. */ + /* Reject any unhandled messages. */ dev->sc_msg_out[0] = 0x07; dev->sc_msg_out_len = 1; diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c index 738b897a5a3..2fc813cd20a 100644 --- a/sys/arch/mvme68k/dev/vs.c +++ b/sys/arch/mvme68k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.8 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.9 2002/12/14 07:20:25 fgsch Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -797,7 +797,7 @@ vs_intr(arg) /* * If this is a controller error, there won't be a m328_cmd * pointer in the CTAG feild. Bad things happen if you try - * to point to address 0. Controller error should be handeled + * to point to address 0. Controller error should be handled * in vsdma.c I'll change this soon - steve. */ if (loc) { diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index 9273cb2cb0d..d0ce745d4ca 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.17 2002/06/14 21:34:59 todd Exp $ */ +/* $OpenBSD: vs.c,v 1.18 2002/12/14 07:20:25 fgsch Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -806,7 +806,7 @@ vs_nintr(sc) /* * If this is a controller error, there won't be a m328_cmd * pointer in the CTAG feild. Bad things happen if you try - * to point to address 0. Controller error should be handeled + * to point to address 0. Controller error should be handled * in vsdma.c I'll change this soon - steve. */ if (m328_cmd) { |