]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo
authorRoy Marples <roy@marples.name>
Mon, 23 Feb 2015 17:47:25 +0000 (17:47 +0000)
committerRoy Marples <roy@marples.name>
Mon, 23 Feb 2015 17:47:25 +0000 (17:47 +0000)
ipv6.h

diff --git a/ipv6.h b/ipv6.h
index eef65c2aa5fea798065882f205c560cb35dadaa5..307fdacbc7794c2d1710116b19d89ccf8d5954c2 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -92,7 +92,7 @@
 #define IPV6_MANAGETEMPADDR
 #endif
 
-/* Some BSDs do not allow userlan to set temporary addresses. */
+/* Some BSDs do not allow userland to set temporary addresses. */
 #if defined(BSD) && defined(IN6_IFF_TEMPORARY)
 #define IPV6_MANAGETEMPADDR
 #endif