mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
dhcp6: Trivial comment typo fixes
Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
parent
29364d2a50
commit
d3191e4835
@ -88,9 +88,9 @@
|
|||||||
#endif
|
#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.
|
* 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
|
* lwIP is single-threaded and the array is only used while in recv
|
||||||
* callback). */
|
* callback). */
|
||||||
enum dhcp6_option_idx {
|
enum dhcp6_option_idx {
|
||||||
|
Loading…
Reference in New Issue
Block a user