diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-06 11:33:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-06 11:33:29 +0000 |
commit | b38a6804a1e90061d4866a814bfd8c1fa2f5e576 (patch) | |
tree | 9819ccc4afa0105cd6cdbfde49307a442418f415 /sys/dev/ieee1394 | |
parent | 7504f6d936b0ec121093643b3b3d22ee2627eebd (diff) |
syncronous -> synchronous
Diffstat (limited to 'sys/dev/ieee1394')
-rw-r--r-- | sys/dev/ieee1394/fwohci.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) |