git: fb5eeed105e9 - stable/12 - ice: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:36:20 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fb5eeed105e9d296dcee9950ca130c9be968b6fb commit fb5eeed105e9d296dcee9950ca130c9be968b6fb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 09:50:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:33:21 +0000 ice: Fix a typo in a source code comment - s/reqest/requests/ (cherry picked from commit b6f9c6aadc686cf5a890afe16e26a0082fa25c87) --- 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 081108242dbf..89dbedee6d8e 100644 --- a/sys/dev/ice/if_ice_iflib.c +++ b/sys/dev/ice/if_ice_iflib.c @@ -1256,7 +1256,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. */