From 19a9b52c06fe0ab55ea6e8012d7460aea4085309 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sun, 21 Feb 2010 19:28:46 +0000 Subject: [PATCH] Corrected comment --- src/api/api_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api_msg.c b/src/api/api_msg.c index aae49811..13ca2991 100644 --- a/src/api/api_msg.c +++ b/src/api/api_msg.c @@ -1208,7 +1208,7 @@ do_writemore(struct netconn *conn) we do NOT return to the application thread, since ERR_MEM is only a temporary error! */ - /* tcp_enqueue returned ERR_MEM, try tcp_output anyway */ + /* tcp_write returned ERR_MEM, try tcp_output anyway */ tcp_output(conn->pcb.tcp); #if LWIP_TCPIP_CORE_LOCKING