From c07d124d4b99f04b2b7dd501a586792b619dbe81 Mon Sep 17 00:00:00 2001 From: fbernon Date: Mon, 20 Aug 2007 16:22:17 +0000 Subject: [PATCH] Minor change (fix comment) --- src/include/lwip/opt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 9a1e50ac..5a151634 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -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) */