diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2023-01-11 09:50:32 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-01-11 09:50:32 +0000 |
commit | b6f9c6aadc686cf5a890afe16e26a0082fa25c87 (patch) | |
tree | a571f6ce112e52f341594ffddeb21b7e32a3e653 /sys/dev/ice | |
parent | f272a059a40aee4eda44294bc5dfdf0bd7e5c02d (diff) | |
download | src-b6f9c6aadc686cf5a890afe16e26a0082fa25c87.tar.gz src-b6f9c6aadc686cf5a890afe16e26a0082fa25c87.zip |
Diffstat (limited to 'sys/dev/ice')
-rw-r--r-- | sys/dev/ice/if_ice_iflib.c | 2 |
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. */ |