The branch main has been updated by gbe (doc committer):

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

commit 6c73ba1a280b1992cdd8d30910f1f99c4b65d87a
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-07-31 07:59:03 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-07-31 07:59:03 +0000

    cxgb(4): Fix a typo in a source code comment
    
    - s/collissions/collisions/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 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 */

Reply via email to