From 388c843267f9cdc3d35c00a4cd31568304e987cb Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 9 Apr 2022 10:05:32 +0200 Subject: [PATCH] e1000: Fix a typos in source code comments - s/negotation/negotiation/ (cherry picked from commit 237a6663332bb7245b0ad168118c255c69d19d10) --- sys/dev/e1000/if_em.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/e1000/if_em.h b/sys/dev/e1000/if_em.h index ed5a88013f5..a46ce2fdb6a 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 */