Module Name: src Committed By: andvar Date: Fri Jul 29 20:55:41 UTC 2022
Modified Files: src/sys/dev/pci/cxgb: cxgb_common.h Log Message: s/collissions/collisions/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/cxgb/cxgb_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/cxgb/cxgb_common.h diff -u src/sys/dev/pci/cxgb/cxgb_common.h:1.3 src/sys/dev/pci/cxgb/cxgb_common.h:1.4 --- src/sys/dev/pci/cxgb/cxgb_common.h:1.3 Thu Apr 19 21:50:09 2018 +++ src/sys/dev/pci/cxgb/cxgb_common.h Fri Jul 29 20:55:41 2022 @@ -189,7 +189,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 */