Fix a typo.

This commit is contained in:
is 1996-05-08 17:29:40 +00:00
parent ecfa4355a6
commit 817e0b8d97

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_iy.c,v 1.2 1996/05/07 01:55:28 thorpej Exp $ */
/* $NetBSD: if_iy.c,v 1.3 1996/05/08 17:29:40 is Exp $ */
/* #define IYDEBUG */
/* #define IYMEMDEBUG */
/*-
@ -727,7 +727,7 @@ eepromread(io, offset)
*/
void
iywatchdog(ifp)
struct ifnet *ifp
struct ifnet *ifp;
{
struct iy_softc *sc = ifp->if_softc;