summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr_isa.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-01-18 21:27:03 +0000
committerjulian <julian@FreeBSD.org>1999-01-18 21:27:03 +0000
commita1900b30e416d7f4f9a83a4872c6d6f1fa978a26 (patch)
tree10d3f7576e210f49145aaf34b1dea7814f20e8d0 /sys/dev/sr/if_sr_isa.c
parent31f1d32b0b645c7f791be8b504345ac171d6b2cf (diff)
downloadFreeBSD-src-a1900b30e416d7f4f9a83a4872c6d6f1fa978a26.zip
FreeBSD-src-a1900b30e416d7f4f9a83a4872c6d6f1fa978a26.tar.gz
Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.
Diffstat (limited to 'sys/dev/sr/if_sr_isa.c')
-rw-r--r--sys/dev/sr/if_sr_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index baa3d18..b37e563 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
+ * $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
*/
/*
@@ -867,7 +867,7 @@ srattach(struct sr_hardc *hc)
*
*/
static void
-srintr(int init)
+srintr(int unit)
{
struct sr_hardc *hc;
OpenPOWER on IntegriCloud