diff options
Diffstat (limited to 'drivers/net/ethernet/3com/typhoon.c')
| -rw-r--r-- | drivers/net/ethernet/3com/typhoon.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/3com/typhoon.c b/drivers/net/ethernet/3com/typhoon.c index b1536663514..bb9670f29b5 100644 --- a/drivers/net/ethernet/3com/typhoon.c +++ b/drivers/net/ethernet/3com/typhoon.c @@ -364,7 +364,7 @@ typhoon_inc_rxfree_index(u32 *index, const int count)  static inline void  typhoon_inc_tx_index(u32 *index, const int count)  { -	/* if we start using the Hi Tx ring, this needs updateing */ +	/* if we start using the Hi Tx ring, this needs updating */  	typhoon_inc_index(index, count, TXLO_ENTRIES);  }  |