Date: Sat, 2 Apr 2022 08:49:00 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5c0b62dcfc38 - main - tsec: Fix a typo in a source code comment Message-ID: <202204020849.2328n0Fw000609@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204020849.2328n0Fw000609>