Fix comment
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 13 Mar 2014 14:04:07 +0000 (15:04 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 13 Mar 2014 14:04:07 +0000 (15:04 +0100)
src/init_globals.c

index abb918b..6bd03fb 100644 (file)
@@ -51,7 +51,7 @@ void yaz_init_globals(void)
     {
         yaz_log_init_globals();
 #if HAVE_GCRYPT_H
     {
         yaz_log_init_globals();
 #if HAVE_GCRYPT_H
-        /* POSIX threads locking. gnutls_global_init will not override */
+        /* POSIX threads locking. In case gnutls_global_init do not override */
         gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
 #endif
 #if HAVE_GNUTLS_H
         gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
 #endif
 #if HAVE_GNUTLS_H