summaryrefslogtreecommitdiffstats
path: root/src/util/tev_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/tev_curl.c')
-rw-r--r--src/util/tev_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/tev_curl.c b/src/util/tev_curl.c
index 52c86adde..4c2f1ec9f 100644
--- a/src/util/tev_curl.c
+++ b/src/util/tev_curl.c
@@ -67,7 +67,7 @@ struct tcurl_ctx {
struct tcurl_sock {
struct tcurl_ctx *tctx; /* Backchannel to the main context */
- curl_socket_t sockfd; /* curl socket is an int typedef on Unix */
+ curl_socket_t sockfd; /* curl socket is an int typedef on UNIX */
struct tevent_fd *fde; /* tevent tracker of the fd events */
};