summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-01-06 11:33:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-01-06 11:33:29 +0000
commitb38a6804a1e90061d4866a814bfd8c1fa2f5e576 (patch)
tree9819ccc4afa0105cd6cdbfde49307a442418f415 /sys/dev
parent7504f6d936b0ec121093643b3b3d22ee2627eebd (diff)
syncronous -> synchronous
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/aic7xxx.h6
-rw-r--r--sys/dev/ieee1394/fwohci.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/aic7xxx.h b/sys/dev/ic/aic7xxx.h
index b9fbd32af33..a9b1636a567 100644
--- a/sys/dev/ic/aic7xxx.h
+++ b/sys/dev/ic/aic7xxx.h
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: aic7xxx.h,v 1.5 2002/07/05 05:41:03 smurph Exp $
+ * $OpenBSD: aic7xxx.h,v 1.6 2003/01/06 11:33:28 miod Exp $
* Core definitions and data structures shareable across OS platforms.
*
* Copyright (c) 1994-2001 Justin T. Gibbs.
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7xxx.h,v 1.5 2002/07/05 05:41:03 smurph Exp $
+ * $Id: aic7xxx.h,v 1.6 2003/01/06 11:33:28 miod Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.40 2001/07/18 21:39:47 gibbs Exp $
*/
@@ -708,7 +708,7 @@ struct ahc_syncrate {
extern struct ahc_syncrate ahc_syncrates[];
/*
- * Indexes into our table of syncronous transfer rates.
+ * Indexes into our table of synchronous transfer rates.
*/
#define AHC_SYNCRATE_DT 0
#define AHC_SYNCRATE_ULTRA2 1
diff --git a/sys/dev/ieee1394/fwohci.c b/sys/dev/ieee1394/fwohci.c
index 98dee49579f..ca5ad44322a 100644
--- a/sys/dev/ieee1394/fwohci.c
+++ b/sys/dev/ieee1394/fwohci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fwohci.c,v 1.9 2002/12/30 11:12:12 tdeval Exp $ */
+/* $OpenBSD: fwohci.c,v 1.10 2003/01/06 11:33:28 miod Exp $ */
/* $NetBSD: fwohci.c,v 1.54 2002/03/29 05:06:42 jmc Exp $ */
/*
@@ -1335,7 +1335,7 @@ fwohci_desc_put(struct fwohci_softc *sc, struct fwohci_desc *fd, int ndesc)
}
/*
- * Asyncronous/Isochronous Transmit/Receive Context.
+ * Asynchronous/Isochronous Transmit/Receive Context.
*/
int
fwohci_ctx_alloc(struct fwohci_softc *sc, struct fwohci_ctx **fcp,
@@ -2143,7 +2143,7 @@ fwohci_block_handler_set(struct fwohci_softc *sc, int tcode,
}
/*
- * Asyncronous Receive Requests input frontend.
+ * Asynchronous Receive Requests input frontend.
*/
void
fwohci_arrq_input(struct fwohci_softc *sc, struct fwohci_ctx *fc)