emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b5e18f9: ; Fix commentary of last change.


From: Eli Zaretskii
Subject: [Emacs-diffs] master b5e18f9: ; Fix commentary of last change.
Date: Tue, 27 Aug 2019 12:14:05 -0400 (EDT)

branch: master
commit b5e18f9fe5514e25aa547b87b5eb56a983b23bd6
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; 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 fb75eb9..577675f 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]