From: Eli Zaretskii Date: Tue, 27 Aug 2019 16:13:39 +0000 (+0300) Subject: ; Fix commentary of last change. X-Git-Tag: emacs-27.0.90~1328^2~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5e18f9fe5514e25aa547b87b5eb56a983b23bd6;p=emacs.git ; Fix commentary of last change. --- 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)