diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-24 03:32:52 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-24 03:32:52 +0000 |
commit | d9913c2bbc47390d625093fba86422b1b56b6a3d (patch) | |
tree | 0ec795f5fd7a745ed74ab516fd5e0efa767ad0a3 /sys/dev/ic | |
parent | aff30522d27ab357e30b25cc4e71d37770cab4e9 (diff) |
typo
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/fxp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index e0362403589..a5e5da82d18 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.13 2001/04/06 04:42:05 csapuntz Exp $ */ +/* $OpenBSD: fxp.c,v 1.14 2001/05/24 03:32:51 art Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -911,7 +911,7 @@ fxp_stats_update(arg) } s = splimp(); /* - * If we haven't received any packets in FXP_MAC_RX_IDLE seconds, + * If we haven't received any packets in FXP_MAX_RX_IDLE seconds, * then assume the receiver has locked up and attempt to clear * the condition by reprogramming the multicast filter. This is * a work-around for a bug in the 82557 where the receiver locks |