Skip to content
Snippets Groups Projects
Commit f41ad9ca authored by Gregory Nutt's avatar Gregory Nutt
Browse files

netdev.h: Fix a typo in a type name

parent edbb5ec3
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment