]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix comment
authorRoy Marples <roy@marples.name>
Thu, 2 May 2019 12:06:44 +0000 (13:06 +0100)
committerRoy Marples <roy@marples.name>
Thu, 2 May 2019 12:06:44 +0000 (13:06 +0100)
src/if-bsd.c

index 637fa22b0ff374e9cbb27ab8ccb3920b85834fcc..e608c8e6829e478267df8d97fdef40b85da6da3c 100644 (file)
@@ -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);