git: 8d0974178103 - stable/13 - ice: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 14 Jan 2023 09:30:44 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=8d09741781032afaebfc84aa0c5eaee6ba2d21a7

commit 8d09741781032afaebfc84aa0c5eaee6ba2d21a7
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:28:58 +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.
 		 */