diff options
Diffstat (limited to 'sys/dev/ic/gemvar.h')
-rw-r--r-- | sys/dev/ic/gemvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gemvar.h b/sys/dev/ic/gemvar.h index f3e8b8f17e4..ca1a584c66b 100644 --- a/sys/dev/ic/gemvar.h +++ b/sys/dev/ic/gemvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gemvar.h,v 1.8 2002/06/07 23:44:05 drahn Exp $ */ +/* $OpenBSD: gemvar.h,v 1.9 2003/10/21 18:58:49 jmc Exp $ */ /* $NetBSD: gemvar.h,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -111,7 +111,7 @@ struct gem_txthresh_tab { struct gem_stats { u_long ts_tx_uf; /* transmit underflow errors */ u_long ts_tx_to; /* transmit jabber timeouts */ - u_long ts_tx_ec; /* excessve collision count */ + u_long ts_tx_ec; /* excessive collision count */ u_long ts_tx_lc; /* late collision count */ }; |