git: 45b143d2ea5f - main - al_eth: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 13:33:46 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=45b143d2ea5fb0389304cc918781e98696a4b48f
commit 45b143d2ea5fb0389304cc918781e98696a4b48f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 13:33:36 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 13:33:36 +0000
al_eth: Fix a typo in a source code comment
- s/enought/enough/
MFC after: 3 days
---
sys/dev/al_eth/al_eth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/al_eth/al_eth.c b/sys/dev/al_eth/al_eth.c
index 4ad57bd6fa65..355f1e193b68 100644
--- a/sys/dev/al_eth/al_eth.c
+++ b/sys/dev/al_eth/al_eth.c
@@ -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);