s/collissions/collisions/

This commit is contained in:
andvar 2022-07-29 20:55:41 +00:00
parent 4839cd51b5
commit 946187beed
1 changed files with 1 additions and 1 deletions

View File

@ -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 */