aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 08:05:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 08:14:06 +0000
commit237a6663332bb7245b0ad168118c255c69d19d10 (patch)
tree2446c2f59f7f03d26d2c72efc2a328e7eafba471
parent456b2bb97e1153ca81a15d51200ebbd1f19a643a (diff)
e1000: Fix a typos in source code comments
- s/negotation/negotiation/ MFC after: 3 days
-rw-r--r--sys/dev/e1000/if_em.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_em.h b/sys/dev/e1000/if_em.h
index ed5a88013f5b..a46ce2fdb6ae 100644
--- a/sys/dev/e1000/if_em.h
+++ b/sys/dev/e1000/if_em.h
@@ -197,7 +197,7 @@
#define EM_RADV 64
/*
- * This parameter controls whether or not autonegotation is enabled.
+ * This parameter controls whether or not autonegotiation is enabled.
* 0 - Disable autonegotiation
* 1 - Enable autonegotiation
*/