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:
Christian Taedcke 2018-10-09 23:31:13 +02:00 committed by Maureen Helm
commit 8d1143c838

View file

@ -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);