]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix commentary of last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 27 Aug 2019 16:13:39 +0000 (19:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Aug 2019 16:13:39 +0000 (19:13 +0300)
src/gnutls.c

index fb75eb930f16eb4485b868602414f2ab4adec429..577675f34001eca9f06fa85d2cd071d42af2e954 100644 (file)
@@ -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)