summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-11-18 18:39:15 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-11-18 18:39:15 +0000
commit17bad925996b4bee1c5ea5be0e2202faa7a09214 (patch)
tree4b2f353e00621034b8f8aa17ae5cc207018c7756 /sys/dev/pci/if_em.h
parente77950e29beb5e9b133e2a0d6d795f434bc50761 (diff)
fix comments
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r--sys/dev/pci/if_em.h4
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)