]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix comment.
authorRoy Marples <roy@marples.name>
Wed, 4 May 2016 13:07:10 +0000 (13:07 +0000)
committerRoy Marples <roy@marples.name>
Wed, 4 May 2016 13:07:10 +0000 (13:07 +0000)
ipv4ll.c

index 14427be5c892dcab9e87f98c1e16e1e20a9e2308..e3d17ff37794aca1582512ba1650bcc7acb38165 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -62,7 +62,7 @@ ipv4ll_pick_addr(const struct arp_state *astate)
 
                /* RFC 3927 Section 2.1 states that the first 256 and
                 * last 256 addresses are reserved for future use.
-                * See ipv4ll_start for why we don't use arc4_random. */
+                * See ipv4ll_start for why we don't use arc4random. */
                /* coverity[dont_call] */
                r = random();
                addr.s_addr = ntohl(LINKLOCAL_ADDR |