From: Roy Marples Date: Thu, 2 May 2019 12:06:44 +0000 (+0100) Subject: Fix comment X-Git-Tag: v7.2.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0d01facbab7c2afedf8c943f8d441564989ed8;p=thirdparty%2Fdhcpcd.git Fix comment --- diff --git a/src/if-bsd.c b/src/if-bsd.c index 637fa22b..e608c8e6 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1022,7 +1022,7 @@ if_ifinfo(struct dhcpcd_ctx *ctx, const struct if_msghdr *ifm) * 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);