summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/doh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/doh.h')
-rw-r--r--Utilities/cmcurl/lib/doh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/doh.h b/Utilities/cmcurl/lib/doh.h
index b3584d1..70e96e0 100644
--- a/Utilities/cmcurl/lib/doh.h
+++ b/Utilities/cmcurl/lib/doh.h
@@ -101,7 +101,7 @@ void de_init(struct dohentry *d);
void de_cleanup(struct dohentry *d);
#endif
-#else /* if DOH is disabled */
+#else /* if DoH is disabled */
#define Curl_doh(a,b,c,d) NULL
#define Curl_doh_is_resolved(x,y) CURLE_COULDNT_RESOLVE_HOST
#endif