git: a93a4d34efe0 - stable/12 - bxe(4): Grammar fix for a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:54:27 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a93a4d34efe0e32d1e2207f50e87795d624c56f6 commit a93a4d34efe0e32d1e2207f50e87795d624c56f6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 15:43:15 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:54:17 +0000 bxe(4): Grammar fix for a source code comment - s/that that/that the/ (cherry picked from commit 6e9e7b0583593a8e45a3e97458c7a74fee4d43bf) --- 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 8cd115138225..dea7d0ceb17e 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -4449,7 +4449,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;