diff options
Diffstat (limited to 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 2 |
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) | |||
169 | && FROM->sll_pkttype != PACKET_MULTICAST) | 169 | && FROM->sll_pkttype != PACKET_MULTICAST) |
170 | return false; | 170 | return false; |
171 | 171 | ||
172 | /* Only these types are recognised */ | 172 | /* Only these types are recognized */ |
173 | if (ah->ar_op != htons(ARPOP_REQUEST) && ah->ar_op != htons(ARPOP_REPLY)) | 173 | if (ah->ar_op != htons(ARPOP_REQUEST) && ah->ar_op != htons(ARPOP_REPLY)) |
174 | return false; | 174 | return false; |
175 | 175 | ||