diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 07:06:18 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 07:06:18 +0000 |
commit | 69135e49ef175cc14bf6009d37ddbf95f5f5bcfe (patch) | |
tree | 0324339b67479505414089b678f1ecc0bea3bf15 /sys/arch | |
parent | c60690c35abf5f19d857860d5a0407f5ca76b808 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/qbus/qd.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/uba/ts.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vsa/hdc9224.c | 6 | ||||
-rw-r--r-- | sys/arch/vax/vsa/hdc9224.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/vax/qbus/qd.c b/sys/arch/vax/qbus/qd.c index 0b92dc4e6c9..20abf8f6a02 100644 --- a/sys/arch/vax/qbus/qd.c +++ b/sys/arch/vax/qbus/qd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qd.c,v 1.8 2003/10/03 16:44:50 miod Exp $ */ +/* $OpenBSD: qd.c,v 1.9 2003/11/03 07:06:17 david Exp $ */ /* $NetBSD: qd.c,v 1.17 2000/01/24 02:40:29 matt Exp $ */ /*- @@ -1546,7 +1546,7 @@ qdpoll(dev, events, p) if (events & (POLLIN | POLLRDNORM)) { /* This is ttnread. It's static and I don't feel - * like altering platform independant parts of NetBSD + * like altering platform independent parts of NetBSD */ int nread; /* if (tp->t_lflag & PENDIN) diff --git a/sys/arch/vax/uba/ts.c b/sys/arch/vax/uba/ts.c index a2fe2a03b33..d90ff84db2b 100644 --- a/sys/arch/vax/uba/ts.c +++ b/sys/arch/vax/uba/ts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.c,v 1.13 2003/08/06 21:08:06 millert Exp $ */ +/* $OpenBSD: ts.c,v 1.14 2003/11/03 07:06:17 david Exp $ */ /* $NetBSD: ts.c,v 1.11 1997/01/11 11:34:43 ragge Exp $ */ /*- @@ -224,7 +224,7 @@ struct cfattach ts_ca = { * Since we don't have credits and thus only one operation per time, * we don't have and don't need queues like MSCP/TMSCP use them. * Per controller we only need one internal buffer for ioctls and - * two pointers to buffers to simulate similiar behaviour ... + * two pointers to buffers to simulate similar behaviour ... */ struct buf ts_cbuf[NTS]; /* internal cmd buffer (for ioctls) */ struct buf *ts_wtab[NTS]; /* dummy I/O wait queue */ diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c index 10ae62a3057..49258f5b212 100644 --- a/sys/arch/vax/vsa/hdc9224.c +++ b/sys/arch/vax/vsa/hdc9224.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hdc9224.c,v 1.10 2003/05/11 19:41:12 deraadt Exp $ */ +/* $OpenBSD: hdc9224.c,v 1.11 2003/11/03 07:06:17 david Exp $ */ /* $NetBSD: hdc9224.c,v 1.6 1997/03/15 16:32:22 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -216,7 +216,7 @@ int hdc_getlabel(struct hdcsoftc *hdc, struct hdsoftc *hd, int drive); void hdgetlabel(struct hdsoftc *sc); /* - * new-config's hdcmatch() is similiar to old-config's hdcprobe(), + * new-config's hdcmatch() is similar to old-config's hdcprobe(), * thus we probe for the existence of the controller and reset it. * NB: we can't initialize the controller yet, since space for hdcsoftc * is not yet allocated. Thus we do this in hdcattach()... @@ -381,7 +381,7 @@ hdattach(parent, self, aux) disk_attach(&hd->sc_dk); /* * if it's not a floppy then evaluate the on-disk geometry. - * if neccessary correct the label... + * if necessary correct the label... */ printf("\n%s: ", hd->sc_dev.dv_xname); if (hd->sc_drive == 2) { diff --git a/sys/arch/vax/vsa/hdc9224.h b/sys/arch/vax/vsa/hdc9224.h index fbf33cf6191..7fcaa7bdd98 100644 --- a/sys/arch/vax/vsa/hdc9224.h +++ b/sys/arch/vax/vsa/hdc9224.h @@ -1,5 +1,5 @@ /* $NetBSD: hdc9224.h,v 1.1 1996/07/20 18:55:12 ragge Exp $ */ -/* $OpenBSD: hdc9224.h,v 1.3 1998/05/11 07:34:51 niklas Exp $ */ +/* $OpenBSD: hdc9224.h,v 1.4 2003/11/03 07:06:17 david Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -91,7 +91,7 @@ struct hdc9224_DKCreg { #define DKC_TC_DATAERR (3<<3) /* Error in DATA-TRANSFER seq. */ /* - * Definitions of delays neccessary for floppy-operation + * Definitions of delays necessary for floppy-operation */ #define DKC_DELAY_MOTOR 500 /* allow 500 ms to reach speed */ #define DKC_DELAY_SELECT 70 /* 70 ms for data-recovery-circuit */ |