Minor change (fix comment)

This commit is contained in:
fbernon 2007-08-20 16:22:17 +00:00
parent a0db1eaa32
commit c07d124d4b

View File

@ -240,7 +240,7 @@
#endif
/**
* MEMP_NUM_TCPIPMSG: the number of struct tcpip_msg, which are used
* MEMP_NUM_TCPIP_MSG_API: the number of struct tcpip_msg, which are used
* for callback/timeout API communication.
* (only needed if you use tcpip.c)
*/
@ -249,7 +249,7 @@
#endif
/**
* MEMP_NUM_TCPIPMSG: the number of struct tcpip_msg, which are used
* MEMP_NUM_TCPIP_MSG_INPKT: the number of struct tcpip_msg, which are used
* for incoming packets.
* (only needed if you use tcpip.c)
*/