summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-01-06 13:10:25 +0000
committerwiz <wiz@NetBSD.org>2003-01-06 13:10:25 +0000
commitc6f1277bfa0283aba4b8d73fe293068ee123c971 (patch)
tree1f902488f282bc1e3f2b4b773cd8c76a0ee82c11 /sys/dev
parent7e681f7063123863c998e5c4305247eb1305d402 (diff)
synchronous, not syncronous.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ad1848.c8
-rw-r--r--sys/dev/ic/i82557.c6
-rw-r--r--sys/dev/ieee1394/fwohci.c8
3 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/ic/ad1848.c b/sys/dev/ic/ad1848.c
index 96129c4059a..fd09b07d406 100644
--- a/sys/dev/ic/ad1848.c
+++ b/sys/dev/ic/ad1848.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ad1848.c,v 1.15 2002/08/22 20:42:22 martin Exp $ */
+/* $NetBSD: ad1848.c,v 1.16 2003/01/06 13:10:28 wiz Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.15 2002/08/22 20:42:22 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.16 2003/01/06 13:10:28 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1169,7 +1169,7 @@ ad1848_commit_settings(addr)
*/
(void)ADREAD(sc, AD1848_IDATA);
(void)ADREAD(sc, AD1848_IDATA);
- /* Write to I8 starts resyncronization. Wait for completion. */
+ /* Write to I8 starts resynchronization. Wait for completion. */
timeout = 100000;
while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT)
timeout--;
@@ -1180,7 +1180,7 @@ ad1848_commit_settings(addr)
/* Now wait for resync for capture side of the house */
}
/*
- * Write to I8 starts resyncronization. Wait until it completes.
+ * Write to I8 starts resynchronization. Wait until it completes.
*/
timeout = 100000;
while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) {
diff --git a/sys/dev/ic/i82557.c b/sys/dev/ic/i82557.c
index 34dcbae7a89..993aabdaf42 100644
--- a/sys/dev/ic/i82557.c
+++ b/sys/dev/ic/i82557.c
@@ -1,4 +1,4 @@
-/* $NetBSD: i82557.c,v 1.69 2002/11/15 03:30:26 enami Exp $ */
+/* $NetBSD: i82557.c,v 1.70 2003/01/06 13:10:28 wiz Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.69 2002/11/15 03:30:26 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.70 2003/01/06 13:10:28 wiz Exp $");
#include "bpfilter.h"
#include "rnd.h"
@@ -1288,7 +1288,7 @@ fxp_tick(void *arg)
* the condition by reprogramming the multicast filter (actually,
* resetting the interface). This is a work-around for a bug in
* the 82557 where the receiver locks up if it gets certain types
- * of garbage in the syncronization bits prior to the packet header.
+ * of garbage in the synchronization bits prior to the packet header.
* This bug is supposed to only occur in 10Mbps mode, but has been
* seen to occur in 100Mbps mode as well (perhaps due to a 10/100
* speed transition).
diff --git a/sys/dev/ieee1394/fwohci.c b/sys/dev/ieee1394/fwohci.c
index e0f977d0215..05d2b12c041 100644
--- a/sys/dev/ieee1394/fwohci.c
+++ b/sys/dev/ieee1394/fwohci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohci.c,v 1.71 2003/01/05 08:11:33 jmc Exp $ */
+/* $NetBSD: fwohci.c,v 1.72 2003/01/06 13:10:29 wiz Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.71 2003/01/05 08:11:33 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.72 2003/01/06 13:10:29 wiz Exp $");
#define FWOHCI_WAIT_DEBUG 1
@@ -1067,7 +1067,7 @@ fwohci_desc_put(struct fwohci_softc *sc, struct fwohci_desc *fd, int ndesc)
}
/*
- * Asyncronous/Isochronous Transmit/Receive Context
+ * Asynchronous/Isochronous Transmit/Receive Context
*/
static int
fwohci_ctx_alloc(struct fwohci_softc *sc, struct fwohci_ctx **fcp,
@@ -2140,7 +2140,7 @@ fwohci_it_ctx_clear(ieee1394_it_tag_t *it)
/*
- * Asyncronous Receive Requests input frontend.
+ * Asynchronous Receive Requests input frontend.
*/
static void
fwohci_arrq_input(struct fwohci_softc *sc, struct fwohci_ctx *fc)