From ef5c1b659059fcb1c1a213b26f8d440e27babc04 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 27 Jul 2016 13:09:33 +0200 Subject: [PATCH] Work on lwIP documentation --- src/core/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/init.c b/src/core/init.c index 3dfd9fc1..72e297d6 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -43,7 +43,7 @@ * Use this mode if you do not run an OS on your system. \#define NO_SYS to 1. * Feed incoming packets to netif->input(pbuf, netif) function from mainloop, * *not* *from* *interrupt* *context*. You can allocate a @ref pbuf in interrupt - * context and put it in a queue which is processed from mainloop.\n + * context and put them into a queue which is processed from mainloop.\n * Call sys_check_timeouts() periodically in the mainloop.\n * Porting: implement all functions in @ref sys_time and @ref sys_prot. *