git: cbec49f30f18 - stable/12 - e1000: Fix a typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:45:11 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=cbec49f30f18030160b1a33f346ee71d983efca0

commit cbec49f30f18030160b1a33f346ee71d983efca0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:05:32 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:36:35 +0000

    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 4b087d3c2c05..0bd6e1a624f4 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
  */