From d3191e4835caba7b8e70afdc14408cdb7096c01f Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Thu, 12 Jul 2018 21:35:38 +0800 Subject: [PATCH] dhcp6: Trivial comment typo fixes Signed-off-by: Axel Lin --- src/core/ipv6/dhcp6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/ipv6/dhcp6.c b/src/core/ipv6/dhcp6.c index d583e593..7cf98a52 100644 --- a/src/core/ipv6/dhcp6.c +++ b/src/core/ipv6/dhcp6.c @@ -88,9 +88,9 @@ #endif -/** Option handling: options are parsed in dhcp_parse_reply +/** Option handling: options are parsed in dhcp6_parse_reply * and saved in an array where other functions can load them from. - * This might be moved into the struct dhcp (not necessarily since + * This might be moved into the struct dhcp6 (not necessarily since * lwIP is single-threaded and the array is only used while in recv * callback). */ enum dhcp6_option_idx {