summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-24 03:55:18 (GMT)
committerGitHub <noreply@github.com>2023-03-24 03:55:18 (GMT)
commit7fd9a4435f80fad41992f1e71b94c4ff2be887ba (patch)
tree4a42b7ae1df8089afb2983b5b985236ced6820ce /src
parentaf2666013f548ec41263bd164ab03741086ba563 (diff)
downloadhdf5-7fd9a4435f80fad41992f1e71b94c4ff2be887ba.zip
hdf5-7fd9a4435f80fad41992f1e71b94c4ff2be887ba.tar.gz
hdf5-7fd9a4435f80fad41992f1e71b94c4ff2be887ba.tar.bz2
Fix minor things noted when doing 1.10 merges (#2610)
* Duplicated HDF_RESOURCES_DIR from cmake_ext_mod merge * Typos in comments
Diffstat (limited to 'src')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 6ed0aa2..ec77bbb 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1932,7 +1932,7 @@ typedef struct H5_api_struct {
#define H5_FIRST_THREAD_INIT pthread_once(&H5TS_first_init_g, H5TS_pthread_first_thread_init);
#endif
-/* Macros for threadsafe HDF-5 Phase I locks */
+/* Macros for threadsafe HDF5 Phase I locks */
#define H5_API_LOCK H5TS_mutex_lock(&H5_g.init_lock);
#define H5_API_UNLOCK H5TS_mutex_unlock(&H5_g.init_lock);