diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-22 11:20:12 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-22 11:20:12 +0000 |
commit | 704888d9ed4cd8258d1d918a7483fd0fac6d97d4 (patch) | |
tree | ec97b985a7c13e9d651f6390b22d29af3c33abb2 /sys/dev/pci/if_em.h | |
parent | ab545f1a9661f0fd5f2471fedb24dc4c46b6bbe2 (diff) |
more negotation -> negotiation; ok sthen@
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 a8a137ff553..48b70f2c3bc 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.36 2007/10/21 03:49:54 brad Exp $ */ +/* $OpenBSD: if_em.h,v 1.37 2008/07/22 11:20:10 martynas Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -197,7 +197,7 @@ POSSIBILITY OF SUCH DAMAGE. #define EM_TX_OP_THRESHOLD (sc->num_tx_desc / 32) /* - * This parameter controls whether or not autonegotation is enabled. + * This parameter controls whether or not autonegotiation is enabled. * 0 - Disable autonegotiation * 1 - Enable autonegotiation */ |