mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bxe(4): Grammar fix for a source code comment
- s/that that/that the/ MFC after: 3 days
This commit is contained in:
parent
8ca67bf127
commit
6e9e7b0583
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue