aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ice
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-11 09:50:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-11 09:50:32 +0000
commitb6f9c6aadc686cf5a890afe16e26a0082fa25c87 (patch)
treea571f6ce112e52f341594ffddeb21b7e32a3e653 /sys/dev/ice
parentf272a059a40aee4eda44294bc5dfdf0bd7e5c02d (diff)
downloadsrc-b6f9c6aadc686cf5a890afe16e26a0082fa25c87.tar.gz
src-b6f9c6aadc686cf5a890afe16e26a0082fa25c87.zip
Diffstat (limited to 'sys/dev/ice')
-rw-r--r--sys/dev/ice/if_ice_iflib.c2
1 files changed, 1 insertions, 1 deletions
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.
*/