Date: Sat, 9 Apr 2022 06:19:36 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 59e9d67a494a - stable/13 - tsec: Fix a typo in a source code comment Message-ID: <202204090619.2396JaxN035482@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090619.2396JaxN035482>