diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
commit | 245db5a41f9169790fdca278ce21fafcf86e0c88 (patch) | |
tree | 6781af9f23ceff505e40794a72fefc72863f57ce /sys/dev/i2o/iop.c | |
parent | 9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff) |
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'sys/dev/i2o/iop.c')
-rw-r--r-- | sys/dev/i2o/iop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/iop.c b/sys/dev/i2o/iop.c index e9515f55ff4..fedd53964ca 100644 --- a/sys/dev/i2o/iop.c +++ b/sys/dev/i2o/iop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iop.c,v 1.33 2007/11/26 09:28:33 martynas Exp $ */ +/* $OpenBSD: iop.c,v 1.34 2007/11/27 16:22:13 martynas Exp $ */ /* $NetBSD: iop.c,v 1.12 2001/03/21 14:27:05 ad Exp $ */ /*- @@ -376,7 +376,7 @@ iop_init(struct iop_softc *sc, const char *intrstr) SLIST_INSERT_HEAD(&sc->sc_im_freelist, im, im_chain); } - /* Initalise the IOP's outbound FIFO. */ + /* Initialize the IOP's outbound FIFO. */ if (iop_ofifo_init(sc) != 0) { printf("%s: unable to init outbound FIFO\n", sc->sc_dv.dv_xname); |