diff options
author | myang6 <myang6@hdfgroup.org> | 2021-10-28 19:56:49 (GMT) |
---|---|---|
committer | myang6 <myang6@hdfgroup.org> | 2021-10-28 19:56:49 (GMT) |
commit | 81f733ea6637df3252bae2c2fa9124ddcb59e1fe (patch) | |
tree | 56c2968ef8b567854a14828de9d0d0c60fe4f820 | |
parent | 89ed2f20043326d9fe482f275aead9576f420c02 (diff) | |
download | hdf5-81f733ea6637df3252bae2c2fa9124ddcb59e1fe.zip hdf5-81f733ea6637df3252bae2c2fa9124ddcb59e1fe.tar.gz hdf5-81f733ea6637df3252bae2c2fa9124ddcb59e1fe.tar.bz2 |
Revise a comment to trigger another github check
-rw-r--r-- | src/H5Fpkg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 4a23cd1..ecd9c16 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -622,8 +622,8 @@ H5_DLL herr_t H5F__reparse_file_lock_variable_test(void); /* H5F_POST_VFD_SWMR_LOG_ENTRY is the macro that can help the developers debug VFD SWMR features. * It calls an internal reporting function H5F_post_vfd_swmr_log_entry() that receives - * the log entry_type_code, which generates the log tag, and the message log_info, which - * the developers want to save into the log file. + * a log entry_type_code, which generates a log tag, and the message log_info, which + * the developers want to save into a log file. * * The macro H5F_POST_VFD_SWMR_LOG_ENTRY_RELEASE(f, c, number_entry_production, m) is * called by H5F_POST_VFD_SWMR_LOG_ENTRY when the HDF5 library is built with the |