diff options
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r-- | sys/dev/pci/if_em.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index 282532e61c4..73057a04005 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.33 2006/11/17 02:03:32 brad Exp $ */ +/* $OpenBSD: if_em.h,v 1.34 2006/11/18 18:39:14 brad Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -180,7 +180,7 @@ POSSIBILITY OF SUCH DAMAGE. #define EM_TX_TIMEOUT 5 /* set to 5 seconds */ /* - * These parameter controls when the driver calls the routine to reclaim + * These parameters control when the driver calls the routine to reclaim * transmit descriptors. */ #define EM_TX_CLEANUP_THRESHOLD (sc->num_tx_desc / 8) |