aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-04 16:50:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-04 16:50:43 +0200
commitb22bbfffec182997827b0a71eeb93ddafbde602c (patch)
treec7822f5ed12ed82e4116121ea775510db232b111 /networking/arping.c
parentfca70a8cce579ce8cc8caf246c22f0c6e6c6e139 (diff)
downloadbusybox-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.gz
fix dependencies of FEATURE_GETOPT_LONG
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c
index ab39c717b..71690cf30 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -169,7 +169,7 @@ static bool recv_pack(unsigned char *buf, int len, struct sockaddr_ll *FROM)
&& FROM->sll_pkttype != PACKET_MULTICAST)
return false;
- /* Only these types are recognised */
+ /* Only these types are recognized */
if (ah->ar_op != htons(ARPOP_REQUEST) && ah->ar_op != htons(ARPOP_REPLY))
return false;