git: 237a6663332b - main - e1000: Fix a typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 08:14:19 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=237a6663332bb7245b0ad168118c255c69d19d10
commit 237a6663332bb7245b0ad168118c255c69d19d10
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:05:32 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 08:14:06 +0000
e1000: Fix a typos in source code comments
- s/negotation/negotiation/
MFC after: 3 days
---
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 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
*/