diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:31:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:31:31 +0000 |
commit | 9a6a497df6981e6027962a991f67ee36ca97d8f9 (patch) | |
tree | e3ab92d591dffe8169b678a5c5a617b1171ec324 /sys | |
parent | 5e4f8cd5161cc712b649498c85843274b4575627 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ieee1394/fwohci.c | 4 | ||||
-rw-r--r-- | sys/dev/ieee1394/fwohcireg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ieee1394/fwohci.c b/sys/dev/ieee1394/fwohci.c index 30b6267853b..bd509682bf7 100644 --- a/sys/dev/ieee1394/fwohci.c +++ b/sys/dev/ieee1394/fwohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fwohci.c,v 1.13 2003/04/27 11:22:53 ho Exp $ */ +/* $OpenBSD: fwohci.c,v 1.14 2003/10/22 09:31:30 jmc Exp $ */ /* $NetBSD: fwohci.c,v 1.54 2002/03/29 05:06:42 jmc Exp $ */ /* @@ -2641,7 +2641,7 @@ fwohci_at_done(struct fwohci_softc *sc, struct fwohci_ctx *fc, int force) } /* - * Asynchronous Transmit Reponse -- in response of request packet. + * Asynchronous Transmit Reponse -- in response to request packet. */ void fwohci_atrs_output(struct fwohci_softc *sc, int rcode, struct fwohci_pkt *req, diff --git a/sys/dev/ieee1394/fwohcireg.h b/sys/dev/ieee1394/fwohcireg.h index 65d087b5c9e..c9d47538f74 100644 --- a/sys/dev/ieee1394/fwohcireg.h +++ b/sys/dev/ieee1394/fwohcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fwohcireg.h,v 1.3 2003/01/12 12:04:29 tdeval Exp $ */ +/* $OpenBSD: fwohcireg.h,v 1.4 2003/10/22 09:31:30 jmc Exp $ */ /* $NetBSD: fwohcireg.h,v 1.11 2002/01/26 16:34:27 ichiro Exp $ */ /* @@ -47,7 +47,7 @@ */ #define PCI_INTERFACE_OHCI 0x10 -/* The OHCI Regisers are in PCI BAR0. +/* The OHCI Registers are in PCI BAR0. */ #define PCI_OHCI_MAP_REGISTER 0x10 |