Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2022 04:12:37 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: d894151604b7 - stable/12 - cxgb(4): Fix a typo in a source code comment
Message-ID:  <202208030412.2734CbVA015488@gitrepo.freebsd.org>

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

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

commit d894151604b75c529e3509fe2b9d97818e40daef
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-31 07:59:03 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-03 04:12:27 +0000

    cxgb(4): Fix a typo in a source code comment
    
    - s/collissions/collisions/
    
    Obtained from:  NetBSD
    
    (cherry picked from commit 6c73ba1a280b1992cdd8d30910f1f99c4b65d87a)
---
 sys/dev/cxgb/common/cxgb_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/cxgb/common/cxgb_common.h b/sys/dev/cxgb/common/cxgb_common.h
index 2653bbe00c9f..0e95eecc5931 100644
--- a/sys/dev/cxgb/common/cxgb_common.h
+++ b/sys/dev/cxgb/common/cxgb_common.h
@@ -191,7 +191,7 @@ struct mac_stats {
 	u64 tx_deferred;          /* frames with deferred transmissions */
 	u64 tx_late_collisions;   /* # of late collisions */
 	u64 tx_total_collisions;  /* # of total collisions */
-	u64 tx_excess_collisions; /* frame errors from excessive collissions */
+	u64 tx_excess_collisions; /* frame errors from excessive collisions */
 	u64 tx_underrun;          /* # of Tx FIFO underruns */
 	u64 tx_len_errs;          /* # of Tx length errors */
 	u64 tx_mac_internal_errs; /* # of internal MAC errors on Tx */



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