Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 08:14:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 237a6663332b - main - e1000: Fix a typos in source code comments
Message-ID:  <202204090814.2398EJIk099092@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090814.2398EJIk099092>