aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-08 19:00:23 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 07:25:47 +0000
commit8ece7189e0ad5aed326d5ece289a81d31a700abe (patch)
tree7bedd40e0da33c622912b196ae4ccabeb048ad99
parent19ae05aad3dadb0963161b948166d7eee19b3fce (diff)
downloadsrc-8ece7189e0ad5aed326d5ece289a81d31a700abe.tar.gz
src-8ece7189e0ad5aed326d5ece289a81d31a700abe.zip
ice: Remove a double word in a source code comment
- s/is is/is/ MFC after: 3 days
-rw-r--r--sys/dev/ice/ice_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ice/ice_lib.c b/sys/dev/ice/ice_lib.c
index 501c39eb3986..4212a0c76c88 100644
--- a/sys/dev/ice/ice_lib.c
+++ b/sys/dev/ice/ice_lib.c
@@ -7374,7 +7374,7 @@ ice_init_dcb_setup(struct ice_softc *sc)
/* If there is an error, then FW LLDP is not in a usable state */
if (status != 0 && status != ICE_ERR_NOT_READY) {
/* Don't print an error message if the return code from the AQ
- * cmd performed in ice_init_dcb() is is EPERM; that means the
+ * cmd performed in ice_init_dcb() is EPERM; that means the
* FW LLDP engine is disabled, and that is a valid state.
*/
if (!(status == ICE_ERR_AQ_ERROR &&