aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 00:05:52 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 00:05:52 +0200
commitbabda9e9c702aee6e03e7537108383e32a7c17d0 (patch)
tree00ce2bf7e4ebbf7830d5749d7c144561ff69bce6 /src/microhttpd/internal.h
parent0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab (diff)
downloadlibmicrohttpd-babda9e9c702aee6e03e7537108383e32a7c17d0.tar.gz
libmicrohttpd-babda9e9c702aee6e03e7537108383e32a7c17d0.zip
fix misc typos
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 */