Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:09:07 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e5a76832b80f - stable/13 - e1000: Fix a typos in source code comments
Message-ID:  <202204140609.23E697om041671@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit e5a76832b80f08f01b4891ec3c838c3cfad40b68
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:07:43 +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 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?202204140609.23E697om041671>