diff --git a/sys/dev/al_eth/al_eth.c b/sys/dev/al_eth/al_eth.c index bfc94275a21..854064835f6 100644 --- a/sys/dev/al_eth/al_eth.c +++ b/sys/dev/al_eth/al_eth.c @@ -1886,7 +1886,7 @@ al_eth_hw_stop(struct al_eth_adapter *adapter) /* * wait till pending rx packets written and UDMA becomes idle, - * the MAC has ~10KB fifo, 10us should be enought time for the + * the MAC has ~10KB fifo, 10us should be enough time for the * UDMA to write to the memory */ DELAY(10);