mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
style: fix spelling in code comments and strings
This commit is contained in:
@@ -1337,7 +1337,7 @@ static int lan9250_reset(FAR struct lan9250_driver_s *priv)
|
||||
|
||||
/* Configure HMAC control:
|
||||
*
|
||||
* - Automaticaly strip the pad field on incoming packets
|
||||
* - Automatically strip the pad field on incoming packets
|
||||
* - TX enable
|
||||
* - RX enable
|
||||
* - Full duplex mode if !CONFIG_LAN9250_HALFDUPPLEX
|
||||
@@ -1417,7 +1417,7 @@ static int lan9250_transmit(FAR struct lan9250_driver_s *priv)
|
||||
status_size = (regval & TXFIR_TXSFUS_M) >> TXFIR_TXSFUS_S;
|
||||
free_size = regval & TXFIR_TXDFFS_M;
|
||||
|
||||
ninfo("availabe status size:%d, free space size:%d\n",
|
||||
ninfo("available status size:%d, free space size:%d\n",
|
||||
status_size, free_size);
|
||||
|
||||
/* Clear TX status FIFO if it is no empty by reading data */
|
||||
|
||||
Reference in New Issue
Block a user