Date: Wed, 11 Jan 2023 09:50:43 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: b6f9c6aadc68 - main - ice: Fix a typo in a source code comment Message-ID: <202301110950.30B9ohgD005037@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=b6f9c6aadc686cf5a890afe16e26a0082fa25c87 commit b6f9c6aadc686cf5a890afe16e26a0082fa25c87 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 09:50:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-11 09:50:32 +0000 ice: Fix a typo in a source code comment - s/reqest/requests/ MFC after: 3 days --- sys/dev/ice/if_ice_iflib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ice/if_ice_iflib.c b/sys/dev/ice/if_ice_iflib.c index bc28d7889feb..49eebabd377d 100644 --- a/sys/dev/ice/if_ice_iflib.c +++ b/sys/dev/ice/if_ice_iflib.c @@ -1249,7 +1249,7 @@ ice_msix_admin(void *arg) * soon as the driver has determined that the hardware is out * of reset. * - * If the driver wishes to trigger a reqest, it can set one of + * If the driver wishes to trigger a request, it can set one of * the ICE_STATE_RESET_*_REQ bits, which will trigger the * correct type of reset. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301110950.30B9ohgD005037>