summaryrefslogtreecommitdiffstats
path: root/ipv6nd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-01-27 11:34:26 +0000
committerRoy Marples <roy@marples.name>2014-01-27 11:34:26 +0000
commite7a30a465bc12089e25a3e701d0340cd77b084d2 (patch)
tree25d30f6dcc69b97a977efcd1fb4a24ef69e1fb0b /ipv6nd.c
parent7451badfe619afd8b17f2bd6c297f29747344d71 (diff)
downloaddhcpcd-e7a30a465bc12089e25a3e701d0340cd77b084d2.tar.xz
Typo, thanks to Iain Hibbert.
Diffstat (limited to 'ipv6nd.c')
-rw-r--r--ipv6nd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv6nd.c b/ipv6nd.c
index e865d6bb..2fd20842 100644
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -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)",