summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-08-09 23:09:42 (GMT)
committerGitHub <noreply@github.com>2022-08-09 23:09:42 (GMT)
commit2672e64bf4f630cc92bf923e8a544c8220e2db0a (patch)
tree5fc413d258c1f2fe91b823d7584e4f2b88837b9e /src/H5private.h
parent40fc2cca16cd562954d3b724fa56badb3b9da72b (diff)
downloadhdf5-2672e64bf4f630cc92bf923e8a544c8220e2db0a.zip
hdf5-2672e64bf4f630cc92bf923e8a544c8220e2db0a.tar.gz
hdf5-2672e64bf4f630cc92bf923e8a544c8220e2db0a.tar.bz2
Update java code with doxygen tags, add menu files. (#1972)
* Update java code with doxygen tags, add menu files. * Add -Xdoclint:none to autotools javadoc command * Committing clang-format changes * Add fortran RM list descriptions * delete empty file * doc tag location changes * Spelling corrections Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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 0601e73..a94049f 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1983,7 +1983,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);