diff options
| author | wiz <wiz@NetBSD.org> | 2001-09-18 18:15:49 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-09-18 18:15:49 +0000 |
| commit | 9fa0b176295db80e0c2cc367c1baee727aeb26bc (patch) | |
| tree | 428e4e95602fbb98cd17d228c1bb7146a6b5d77e /sys/dev/i2o | |
| parent | 5c4a9c8761026146342c8e2d6968a9231bee90fe (diff) | |
Give initiali[sz]e all the "i"s it deserves.
Diffstat (limited to 'sys/dev/i2o')
| -rw-r--r-- | sys/dev/i2o/iop.c | 6 | ||||
| -rw-r--r-- | sys/dev/i2o/iopl.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/i2o/iop.c b/sys/dev/i2o/iop.c index 02538114bdb..1080b675161 100644 --- a/sys/dev/i2o/iop.c +++ b/sys/dev/i2o/iop.c @@ -1,4 +1,4 @@ -/* $NetBSD: iop.c,v 1.16 2001/08/22 09:42:05 ad Exp $ */ +/* $NetBSD: iop.c,v 1.17 2001/09/18 18:15:51 wiz Exp $ */ /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. @@ -375,7 +375,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. */ + /* Initialise the IOP's outbound FIFO. */ if (iop_ofifo_init(sc) != 0) { printf("%s: unable to init oubound FIFO\n", sc->sc_dv.dv_xname); @@ -944,7 +944,7 @@ iop_status_get(struct iop_softc *sc, int nosleep) } /* - * Initalize and populate the IOP's outbound FIFO. + * Initialize and populate the IOP's outbound FIFO. */ static int iop_ofifo_init(struct iop_softc *sc) diff --git a/sys/dev/i2o/iopl.c b/sys/dev/i2o/iopl.c index 8580f12de07..0cb40b5d164 100644 --- a/sys/dev/i2o/iopl.c +++ b/sys/dev/i2o/iopl.c @@ -1,4 +1,4 @@ -/* $NetBSD: iopl.c,v 1.3 2001/08/22 09:43:15 ad Exp $ */ +/* $NetBSD: iopl.c,v 1.4 2001/09/18 18:15:52 wiz Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -1349,7 +1349,7 @@ iopl_ifmedia_change(struct ifnet *ifp) } /* - * Initalize the interface. + * Initialize the interface. */ static int iopl_init(struct ifnet *ifp) |
