summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-08-27 19:13:39 +0300
committerEli Zaretskii <eliz@gnu.org>2019-08-27 19:13:39 +0300
commitb5e18f9fe5514e25aa547b87b5eb56a983b23bd6 (patch)
tree6cc06210499e5eb24255993c76ddf2e3cb518da0 /src
parent6769b649286fbf0f29cb20590eb17011b435d429 (diff)
downloademacs-b5e18f9fe5514e25aa547b87b5eb56a983b23bd6.tar.gz
; Fix commentary of last change.
Diffstat (limited to 'src')
-rw-r--r--src/gnutls.c6
1 files 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)