al_eth: Fix a typo in a source code comment

- s/enought/enough/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 15:33:36 +02:00
parent c93db89231
commit 45b143d2ea

View File

@ -1884,7 +1884,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);