diff options
Diffstat (limited to 'drivers/net/skfp/h/smc.h')
| -rw-r--r-- | drivers/net/skfp/h/smc.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/skfp/h/smc.h b/drivers/net/skfp/h/smc.h index 1758d954836..026a83b9f74 100644 --- a/drivers/net/skfp/h/smc.h +++ b/drivers/net/skfp/h/smc.h @@ -393,10 +393,10 @@ struct smt_config {  					 */  	u_long	mac_d_max ;		/* MAC : D_Max timer value */ -	u_long lct_short ;		/* LCT : error threshhold */ -	u_long lct_medium ;		/* LCT : error threshhold */ -	u_long lct_long ;		/* LCT : error threshhold */ -	u_long lct_extended ;		/* LCT : error threshhold */ +	u_long lct_short ;		/* LCT : error threshold */ +	u_long lct_medium ;		/* LCT : error threshold */ +	u_long lct_long ;		/* LCT : error threshold */ +	u_long lct_extended ;		/* LCT : error threshold */  } ;  #ifdef	DEBUG  |