diff options
| author | Roy Marples <roy@marples.name> | 2008-01-29 11:20:55 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-01-29 11:20:55 +0000 |
| commit | 4fc07b2a2da30e3e769306fc93b1983681746f21 (patch) | |
| tree | 350220ac69c72ee1fb8e782f5a0ab013d7aa93ca /arp.c | |
| parent | c1c8a6816bc3a2fcad3a77089047238a2d879c7c (diff) | |
| download | dhcpcd-4fc07b2a2da30e3e769306fc93b1983681746f21.tar.xz | |
Update comment style.
Diffstat (limited to 'arp.c')
| -rw-r--r-- | arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
