netdev.h: Fix a typo in a type name

This commit is contained in:
Gregory Nutt 2015-11-26 13:41:57 -06:00
parent edbb5ec328
commit f41ad9caa1

View File

@ -157,7 +157,7 @@ struct netdev_statistics_s
/* Tx Status */
uint32_t tx_packets; /* Number of Tx packets queued */
unit32_t tx_done; /* Number of packets completed */
uint32_t tx_done; /* Number of packets completed */
uint32_t tx_errors; /* Number of receive errors (incl timeouts) */
uint32_t tx_timeouts; /* Number of Tx timeout errors */