mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
al_eth: Fix a typo in a source code comment
- s/enought/enough/
(cherry picked from commit 45b143d2ea)
This commit is contained in:
parent
bac9985f83
commit
ca753c6495
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue