From 9cd555c51a6c675b42b021ac597cc4f069a7d8b5 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 9 Oct 2016 10:24:26 +0200 Subject: [PATCH] Minor: documentation typo fix --- src/include/lwip/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/api.h b/src/include/lwip/api.h index 1ed5a51a..e8620dd8 100644 --- a/src/include/lwip/api.h +++ b/src/include/lwip/api.h @@ -162,7 +162,7 @@ enum netconn_state { * Socket implementation decrements the counter. * * For TX, there is no need to count, its merely a flag. SENDPLUS means you may send something. - * PLUS occurs when enough data was delivered to peer so netconn_send() can be called again. + * SENDPLUS occurs when enough data was delivered to peer so netconn_send() can be called again. * A SENDMINUS event occurs when the next call to a netconn_send() would be blocking. */ enum netconn_evt {