summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kaufmann <mail@michael-kaufmann.ch>2017-10-03 18:46:50 +0200
committerMichael Kaufmann <mail@michael-kaufmann.ch>2017-10-03 18:46:50 +0200
commit5f1fa5827d949fb6be62f10eecf61bd64b5945a5 (patch)
treef31b6c299afb79921f000cff6034c7e0fe0f0fb7
parent9d3dde37a8ef5eb0fa03f411eb4296ffdbe6cf3d (diff)
downloadcurl-5f1fa5827d949fb6be62f10eecf61bd64b5945a5.tar.gz
idn: fix source code comment
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 132dbb432..584635bc3 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -4176,7 +4176,7 @@ static void free_fixed_hostname(struct hostname *host)
host->encalloc = NULL;
}
#elif defined(USE_WIN32_IDN)
- free(host->encalloc); /* must be freed withidn_free() since this was
+ free(host->encalloc); /* must be freed with free() since this was
allocated by curl_win32_idn_to_ascii */
host->encalloc = NULL;
#else