diff options
| author | Roy Marples <roy@marples.name> | 2014-01-27 11:34:26 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-01-27 11:34:26 +0000 |
| commit | e7a30a465bc12089e25a3e701d0340cd77b084d2 (patch) | |
| tree | 25d30f6dcc69b97a977efcd1fb4a24ef69e1fb0b /ipv6nd.c | |
| parent | 7451badfe619afd8b17f2bd6c297f29747344d71 (diff) | |
| download | dhcpcd-e7a30a465bc12089e25a3e701d0340cd77b084d2.tar.xz | |
Typo, thanks to Iain Hibbert.
Diffstat (limited to 'ipv6nd.c')
| -rw-r--r-- | ipv6nd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -666,7 +666,7 @@ ipv6nd_handlera(struct interface *ifp, struct icmp6_hdr *icp, ssize_t len) return; } - /* We could recieve a RA before we sent a RS*/ + /* We could receive a RA before we sent a RS*/ if (ipv6_linklocal(ifp) == NULL) { #ifdef DEBUG_RS syslog(LOG_DEBUG, "%s: received RA from %s (no link-local)", |
