al_eth: Fix a typo in a source code comment

- s/enought/enough/

(cherry picked from commit 45b143d2ea)
This commit is contained in:
Gordon Bergling 2022-06-04 15:33:36 +02:00
parent bac9985f83
commit ca753c6495

View file

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