From 8abafc54a6f2cceea94b01ba9ce82f6ccee106c2 Mon Sep 17 00:00:00 2001 From: fbernon Date: Fri, 17 Aug 2007 10:49:35 +0000 Subject: [PATCH] Fix comment --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index eece3241..8a219c6a 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -181,7 +181,7 @@ #define MEMP_NUM_SYS_TIMEOUT 3 #endif -/* The following three are used only with the sequential API and can be +/* The following are used only with the sequential API and can be set to 0 if the application only will use the raw API. */ /* MEMP_NUM_NETBUF: the number of struct netbufs. */