git: 42878c334223 - stable/13 - ice: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:08:50 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=42878c334223ada74af52929dc0d4818669ee6ef

commit 42878c334223ada74af52929dc0d4818669ee6ef
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 19:00:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:04:01 +0000

    ice: Remove a double word in a source code comment
    
    - s/is is/is/
    
    (cherry picked from commit 8ece7189e0ad5aed326d5ece289a81d31a700abe)
---
 sys/dev/ice/ice_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 &&