summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-05-02 13:06:44 +0100
committerRoy Marples <roy@marples.name>2019-05-02 13:06:44 +0100
commit6d0d01facbab7c2afedf8c943f8d441564989ed8 (patch)
treebee044f65154f6634bdc8b03b80c198d4a077ec1
parentd5133a7b84a510f5feb4e3890d829aec4aadbe73 (diff)
downloaddhcpcd-6d0d01facbab7c2afedf8c943f8d441564989ed8.tar.xz
Fix comment
-rw-r--r--src/if-bsd.c2
1 files changed, 1 insertions, 1 deletions
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);