fix typos

This commit is contained in:
Wu Jian Gang
2016-09-13 20:54:20 +08:00
parent bf5e83a6ed
commit ed8e8848e3
3 changed files with 9 additions and 8 deletions

View File

@@ -712,10 +712,10 @@ void dhcp_cleanup(struct netif *netif)
/* Espressif add start. */
/** Set callback for dhcp, reversed parameter for future use.
/** Set callback for dhcp, reserved parameter for future use.
*
* @param netif the netif from which to remove the struct dhcp
* @param cb callback for chcp
* @param cb callback for dhcp
*/
void dhcp_set_cb(struct netif *netif, void (*cb)(void))
{