The branch stable/12 has been updated by gbe (doc committer):

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

commit a2453dd10a06f0c0db92f8c4b06a56d80927f7d1
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-08 19:00:23 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-14 06:40:17 +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 f60e3feaafef..63fa1b6500ac 100644
--- a/sys/dev/ice/ice_lib.c
+++ b/sys/dev/ice/ice_lib.c
@@ -6959,7 +6959,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 &&

Reply via email to