aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-11 20:37:33 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-11 20:37:43 +0200
commitdf295571f2af48d6129704e644fabfec204ed259 (patch)
treeba776251144c2d5e5b5dc824ad988c5279f37e2d /src/include/microhttpd.h
parent443d072f392ba3bed8f1e86f545e118f473d9679 (diff)
downloadlibmicrohttpd-df295571f2af48d6129704e644fabfec204ed259.tar.gz
libmicrohttpd-df295571f2af48d6129704e644fabfec204ed259.zip
clarify comment
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 40545452..e8015874 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1732,7 +1732,7 @@ enum MHD_ConnectionInfoType
1732 MHD_CONNECTION_INFO_DAEMON, 1732 MHD_CONNECTION_INFO_DAEMON,
1733 1733
1734 /** 1734 /**
1735 * Request the file descriptor for the listening socket. 1735 * Request the file descriptor for the connection socket.
1736 * No extra arguments should be passed. 1736 * No extra arguments should be passed.
1737 * @ingroup request 1737 * @ingroup request
1738 */ 1738 */