From b5e18f9fe5514e25aa547b87b5eb56a983b23bd6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 27 Aug 2019 19:13:39 +0300 Subject: [PATCH] ; Fix commentary of last change. --- src/gnutls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gnutls.c b/src/gnutls.c index fb75eb930f1..577675f3400 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -567,9 +567,9 @@ init_gnutls_functions (void) # endif # endif /* HAVE_GNUTLS3 */ -/* gnutls_free is a data pointer to a variable which holds a pointer - to the function. We use #undef because MinGW64 defines gnutls_free - as a macro as well in the GnuTLS headers. */ +/* gnutls_free_func is a data pointer to a variable which holds an + address of a function. We use #undef because MinGW64 defines + gnutls_free as a macro as well in the GnuTLS headers. */ # undef gnutls_free # define gnutls_free (*gnutls_free_func) -- 2.39.2