summaryrefslogtreecommitdiffstats
path: root/arp.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-29 11:20:55 +0000
committerRoy Marples <roy@marples.name>2008-01-29 11:20:55 +0000
commit4fc07b2a2da30e3e769306fc93b1983681746f21 (patch)
tree350220ac69c72ee1fb8e782f5a0ab013d7aa93ca /arp.c
parentc1c8a6816bc3a2fcad3a77089047238a2d879c7c (diff)
downloaddhcpcd-4fc07b2a2da30e3e769306fc93b1983681746f21.tar.xz
Update comment style.
Diffstat (limited to 'arp.c')
-rw-r--r--arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arp.c b/arp.c
index 542fe07a..6d4f5bc8 100644
--- a/arp.c
+++ b/arp.c
@@ -261,7 +261,7 @@ int arp_claim (interface_t *iface, struct in_addr address)
continue;
/* Some systems send a reply back from our hwaddress,
- * which is weird */
+ * which is wierd */
if (reply->ar_hln == iface->hwlen &&
memcmp (rh.c, iface->hwaddr, iface->hwlen) == 0)
continue;