git: 6e9e7b058359 - main - bxe(4): Grammar fix for a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 15:43:29 UTC
The branch main has been updated by gbe (doc committer):

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

commit 6e9e7b0583593a8e45a3e97458c7a74fee4d43bf
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:43:15 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 15:43:15 +0000

    bxe(4): Grammar fix for a source code comment
    
    - s/that that/that the/
    
    MFC after:      3 days
---
 sys/dev/bxe/bxe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c
index 08a47c38f139..bc7c21139b8f 100644
--- a/sys/dev/bxe/bxe.c
+++ b/sys/dev/bxe/bxe.c
@@ -4432,7 +4432,7 @@ bxe_ifmedia_status(struct ifnet *ifp, struct ifmediareq *ifmr)
     /* Bug 165447: the 'ifconfig' tool skips printing of the "status: ..."
        line if the IFM_AVALID flag is *NOT* set. So we need to set this
        flag unconditionally (irrespective of the admininistrative
-       'up/down' state of the interface) to ensure that that line is always
+       'up/down' state of the interface) to ensure that the line is always
        displayed.
     */
     ifmr->ifm_status = IFM_AVALID;