diff options
Diffstat (limited to 'networking')
-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) && 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; |