diff options
Diffstat (limited to 'src/lib/internal.h')
-rw-r--r-- | src/lib/internal.h | 2 |
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 | */ |