aboutsummaryrefslogtreecommitdiff
path: root/src/lib/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/lib/internal.h
parent0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab (diff)
downloadlibmicrohttpd-babda9e9c702aee6e03e7537108383e32a7c17d0.tar.gz
libmicrohttpd-babda9e9c702aee6e03e7537108383e32a7c17d0.zip
fix misc typos
Diffstat (limited to 'src/lib/internal.h')
-rw-r--r--src/lib/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/internal.h b/src/lib/internal.h
index c9971999..ebd59d02 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -831,7 +831,7 @@ struct UpgradeEpollHandle
831 * 831 *
832 * Similarly, for writing to TLS, this epoll() will be on the 832 * Similarly, for writing to TLS, this epoll() will be on the
833 * connection's `socket_fd`, and this will merely be the FD which 833 * connection's `socket_fd`, and this will merely be the FD which
834 * the applicatio would write to. Hence this struct must always be 834 * the application would write to. Hence this struct must always be
835 * interpreted based on which field in `struct 835 * interpreted based on which field in `struct
836 * MHD_UpgradeResponseHandle` it is (`app` or `mhd`). 836 * MHD_UpgradeResponseHandle` it is (`app` or `mhd`).
837 */ 837 */