fix copy & paste error in comment

This commit is contained in:
goldsimon 2018-01-12 20:29:12 +01:00
parent 94ad523357
commit eb51b683ed

View File

@ -2629,7 +2629,7 @@ httpd_init(void)
#endif
LWIP_DEBUGF(HTTPD_DEBUG, ("httpd_init\n"));
/* LWIP_ASSERT_CORE_LOCKED(); is checked by udp_new() */
/* LWIP_ASSERT_CORE_LOCKED(); is checked by tcp_new() */
pcb = altcp_tcp_new_ip_type(IPADDR_TYPE_ANY);
LWIP_ASSERT("httpd_init: tcp_new failed", pcb != NULL);