git: f25d395a0cc4 - stable/12 - al_eth: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:45:41 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=f25d395a0cc4c7233b205d4080b97e3f9dc23c96

commit f25d395a0cc4c7233b205d4080b97e3f9dc23c96
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:35:03 +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 80e4a8e47444..18cc8241a002 100644
--- a/sys/dev/al_eth/al_eth.c
+++ b/sys/dev/al_eth/al_eth.c
@@ -1888,7 +1888,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);