Mercurial > hg > dhcpcd
changeset 4496:0e525dd59310 draft
Fix comment
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 02 May 2019 13:06:44 +0100 |
| parents | 74aa6ad52b0d |
| children | 723efebcd287 |
| files | src/if-bsd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/if-bsd.c Thu May 02 13:02:36 2019 +0100 +++ b/src/if-bsd.c Thu May 02 13:06:44 2019 +0100 @@ -1022,7 +1022,7 @@ * However whilst some drivers report an active link * via SIOCGIFMEDIA, they don't bother to announce it * via a routing message. */ - if (ifp->wireless) /* Wireless need to work correctly. */ + if (ifp->wireless) /* Wireless needs to work correctly. */ link_state = LINK_DOWN; else link_state = if_carrier_flags(ifp, flags);
