git: 5c0b62dcfc38 - main - tsec: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 08:49:00 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=5c0b62dcfc38671c51399bda14ed3d8202c80872
commit 5c0b62dcfc38671c51399bda14ed3d8202c80872
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:48:37 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 08:48:37 +0000
tsec: Fix a typo in a source code comment
- s/immediatly/immediately/
MFC after: 3 days
---
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 9cbb82385bf7..5012b7a0e2d4 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);