summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index fb05118..7bc4083 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -26,7 +26,7 @@
*/
#include "H5config.h" /* Include all configuration info */
-/* include the pthread library */
+/* include the pthread header */
#ifdef H5_HAVE_THREADSAFE
#include <pthread.h>
#endif