git: c19cad49f61b - stable/13 - cxgb(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Aug 2022 04:09:52 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c19cad49f61b45c537fc9015199db157c7a58df2 commit c19cad49f61b45c537fc9015199db157c7a58df2 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:09:10 +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 */