summaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index d5ae884b..54556167 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1834,8 +1834,8 @@ process_request_body (struct MHD_Connection *connection)
/**
- * Try reading data from the socket into the
- * read buffer of the connection.
+ * Try reading data from the socket into the read buffer of the
+ * connection.
*
* @param connection connection we're processing
* @return #MHD_YES if something changed,