git: ca753c6495bb - stable/13 - al_eth: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:34:29 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ca753c6495bb6b163330bf9239fe6c8251e84d8a commit ca753c6495bb6b163330bf9239fe6c8251e84d8a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 13:33:36 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:33:13 +0000 al_eth: Fix a typo in a source code comment - s/enought/enough/ (cherry picked from commit 45b143d2ea5fb0389304cc918781e98696a4b48f) --- 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 bfc94275a21c..854064835f68 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);