]> granicus.if.org Git - curl/commitdiff
idn: fix source code comment
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Tue, 3 Oct 2017 16:46:50 +0000 (18:46 +0200)
committerMichael Kaufmann <mail@michael-kaufmann.ch>
Tue, 3 Oct 2017 16:46:50 +0000 (18:46 +0200)
lib/url.c

index 132dbb432c12b5253b43a2fc773e55bc1a08ff67..584635bc3fd4897c8167729870f26165d599a1c8 100644 (file)
--- 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