git: b2e8d92da186 - stable/12 - tsec: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 06:33:20 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit b2e8d92da186d250f2fa5aa72363d5833d51038d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:48:37 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:21:48 +0000

    tsec: Fix a typo in a source code comment
    
    - s/immediatly/immediately/
    
    (cherry picked from commit 5c0b62dcfc38671c51399bda14ed3d8202c80872)
---
 sys/dev/tsec/if_tsec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/tsec/if_tsec.c b/sys/dev/tsec/if_tsec.c
index 701d9abbbb41..8984b1ff49b6 100644
--- a/sys/dev/tsec/if_tsec.c
+++ b/sys/dev/tsec/if_tsec.c
@@ -361,7 +361,7 @@ tsec_mii_wait(struct tsec_softc *sc, uint32_t flags)
 	int timeout;
 
 	/*
-	 * The status indicators are not set immediatly after a command.
+	 * The status indicators are not set immediately after a command.
 	 * Discard the first value.
 	 */
 	TSEC_PHY_READ(sc, TSEC_REG_MIIMIND);