Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 15:43:29 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6e9e7b058359 - main - bxe(4): Grammar fix for a source code comment
Message-ID:  <202209041543.284FhTfa073858@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041543.284FhTfa073858>