From af3b796488c6753a3253c963784bbe07f90e657c Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 27 Oct 2009 20:30:44 +0000 Subject: [PATCH] Corrected parameter spelling in doc --- src/core/ipv4/autoip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv4/autoip.c b/src/core/ipv4/autoip.c index d40c49a8..a52f3f20 100644 --- a/src/core/ipv4/autoip.c +++ b/src/core/ipv4/autoip.c @@ -168,7 +168,7 @@ autoip_handle_arp_conflict(struct netif *netif) * Create an IP-Address out of range 169.254.1.0 to 169.254.254.255 * * @param netif network interface on which create the IP-Address - * @param IPAddr ip address to initialize + * @param ipaddr ip address to initialize */ static void autoip_create_addr(struct netif *netif, struct ip_addr *ipaddr)