Fixed comments in microhttpd.h

This commit is contained in:
Evgeny Grin (Karlson2k)
2015-12-12 14:18:02 +00:00
parent 26a19e6787
commit 93486b2cc1
+1 -1
View File
@@ -802,7 +802,7 @@ enum MHD_OPTION
/**
* Pass a listen socket for MHD to use (systemd-style). If this
* option is used, MHD will not open its own listen socket(s). The
* argument passed must be of type `int` and refer to an
* argument passed must be of type `MHD_socket` and refer to an
* existing socket that has been bound to a port and is listening.
*/
MHD_OPTION_LISTEN_SOCKET = 12,