git: 59e9d67a494a - stable/13 - tsec: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:19:36 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=59e9d67a494adc36e130e77b9026b780664ca035 commit 59e9d67a494adc36e130e77b9026b780664ca035 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:18:19 +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 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);