drivers: ethernet: stm32: Fix typo in comment
Fix minor typo in code comment. Signed-off-by: Christian Taedcke <hacking@taedcke.com>
This commit is contained in:
parent
6e50c39b31
commit
8d1143c838
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ static void eth_iface_init(struct net_if *iface)
|
|||
if (hal_ret == HAL_TIMEOUT) {
|
||||
/* HAL Init time out. This could be linked to */
|
||||
/* a recoverable error. Log the issue and continue */
|
||||
/* dirver initialisation */
|
||||
/* driver initialisation */
|
||||
LOG_ERR("HAL_ETH_Init Timed out");
|
||||
} else if (hal_ret != HAL_OK) {
|
||||
LOG_ERR("HAL_ETH_Init failed: %d", hal_ret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue