summaryrefslogtreecommitdiff
path: root/lwip/src/core/memp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/src/core/memp.c')
-rw-r--r--lwip/src/core/memp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/src/core/memp.c b/lwip/src/core/memp.c
index 352ce5a..1917826 100644
--- a/lwip/src/core/memp.c
+++ b/lwip/src/core/memp.c
@@ -327,7 +327,7 @@ memp_malloc_pool_fn(const struct memp_desc *desc, const char *file, const int li
/**
* Get an element from a specific pool.
- *
+ 1 *
* @param type the pool to get an element from
*
* @return a pointer to the allocated memory or a NULL pointer on error