aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-12 14:18:02 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-12 14:18:02 +0000
commit93486b2cc197adaebd9d6147ff8d035d375c3ead (patch)
tree6526aa4974037b4ab6487f9d53704abd9a3c3cac
parent26a19e6787689b1ee88c9896ac8e8cb2342355d4 (diff)
downloadlibmicrohttpd-93486b2cc197adaebd9d6147ff8d035d375c3ead.tar.gz
libmicrohttpd-93486b2cc197adaebd9d6147ff8d035d375c3ead.zip
Fixed comments in 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 50c7b3af..389cd5b6 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -802,7 +802,7 @@ enum MHD_OPTION
802 /** 802 /**
803 * Pass a listen socket for MHD to use (systemd-style). If this 803 * Pass a listen socket for MHD to use (systemd-style). If this
804 * option is used, MHD will not open its own listen socket(s). The 804 * option is used, MHD will not open its own listen socket(s). The
805 * argument passed must be of type `int` and refer to an 805 * argument passed must be of type `MHD_socket` and refer to an
806 * existing socket that has been bound to a port and is listening. 806 * existing socket that has been bound to a port and is listening.
807 */ 807 */
808 MHD_OPTION_LISTEN_SOCKET = 12, 808 MHD_OPTION_LISTEN_SOCKET = 12,