From: Adam Dickmeiss Date: Thu, 13 Mar 2014 14:04:07 +0000 (+0100) Subject: Fix comment X-Git-Tag: v5.0.20~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ae102dcb4c5a0429f4ebdbb6ecb60b1cc437f8e4;hp=935b1ba0c2c3dc480b0afcb3673abe2ef2dd893f Fix comment --- diff --git a/src/init_globals.c b/src/init_globals.c index abb918b..6bd03fb 100644 --- a/src/init_globals.c +++ b/src/init_globals.c @@ -51,7 +51,7 @@ void yaz_init_globals(void) { 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