aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 39a7825d..3fdc7e5c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1055,7 +1055,7 @@ struct UpgradeEpollHandle
1055 * 1055 *
1056 * Similarly, for writing to TLS, this epoll() will be on the 1056 * Similarly, for writing to TLS, this epoll() will be on the
1057 * connection's `socket_fd`, and this will merely be the FD which 1057 * connection's `socket_fd`, and this will merely be the FD which
1058 * the applicatio would write to. Hence this struct must always be 1058 * the application would write to. Hence this struct must always be
1059 * interpreted based on which field in `struct 1059 * interpreted based on which field in `struct
1060 * MHD_UpgradeResponseHandle` it is (`app` or `mhd`). 1060 * MHD_UpgradeResponseHandle` it is (`app` or `mhd`).
1061 */ 1061 */