diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 05:34:45 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 05:34:45 +0000 |
commit | 36c0f8fd0154c1ead91f13c55fbd4e04845ed69a (patch) | |
tree | a78cbe88bd8860de729dc094bd5628d1bda5ee79 /sys/arch/hp300 | |
parent | 1205cc1c4736c09404375c47ef5446e7f5bd38d4 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/fhpib.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/sd.c | 4 |
2 files changed, 4 insertions, 4 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; |