diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/dev/fhpib.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/sd.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/fhpib.c b/sys/arch/hp300/dev/fhpib.c index af80c3d1433..c964ebea45f 100644 --- a/sys/arch/hp300/dev/fhpib.c +++ b/sys/arch/hp300/dev/fhpib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fhpib.c,v 1.11 2003/06/02 23:27:44 millert Exp $ */ +/* $OpenBSD: fhpib.c,v 1.12 2003/11/03 05:34:43 david Exp $ */ /* $NetBSD: fhpib.c,v 1.18 1997/05/05 21:04:16 thorpej Exp $ */ /* @@ -437,7 +437,7 @@ fhpibgo(hs, slave, sec, ptr, count, rw, timo) * A DMA read can finish but the device can still be waiting (MAG-tape * with more data than we're waiting for). This timeout routine * takes care of that. Somehow, the thing gets hosed. For now, since - * this should be a very rare occurence, we RESET it. + * this should be a very rare occurrence, we RESET it. */ void fhpibdmadone(arg) diff --git a/sys/arch/hp300/dev/sd.c b/sys/arch/hp300/dev/sd.c index c83ffda1e90..df9a4c49106 100644 --- a/sys/arch/hp300/dev/sd.c +++ b/sys/arch/hp300/dev/sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd.c,v 1.31 2003/08/15 20:32:13 tedu Exp $ */ +/* $OpenBSD: sd.c,v 1.32 2003/11/03 05:34:43 david Exp $ */ /* $NetBSD: sd.c,v 1.34 1997/07/10 18:14:10 kleink Exp $ */ /* @@ -320,7 +320,7 @@ sdgetcapacity(sc, dev) return (-1); } /* - * XXX assume unformatted or non-existant media + * XXX assume unformatted or non-existent media */ sc->sc_blks = 0; sc->sc_blksize = DEV_BSIZE; diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index d277662a9ac..8058981ed54 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iomod.h,v 1.13 2003/03/29 01:00:49 mickey Exp $ */ +/* $OpenBSD: iomod.h,v 1.14 2003/11/03 05:34:44 david Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -397,8 +397,8 @@ struct iomod { #define IO_ERR_DPARITY_S 5 /* data parity (slave detect) */ #define IO_ERR_PROTO_M 6 /* protocol error (master detect) */ #define IO_ERR_ADDRESS 7 /* no slave acknowledgement in transaction */ -#define IO_ERR_MORE 8 /* device transfered more data than expected */ -#define IO_ERR_LESS 9 /* device transfered less data than expected */ +#define IO_ERR_MORE 8 /* device transferred more data than expected */ +#define IO_ERR_LESS 9 /* device transferred less data than expected */ #define IO_ERR_SAPARITY 10 /* slave addrss phase parity */ #define IO_ERR_MAPARITY 11 /* master address phase parity */ #define IO_ERR_MDPARITY 12 /* mode phase parity */ |