diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-02-17 14:55:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 14:55:42 (GMT) |
commit | 7cf4913baf1fade3b6095c6f120c882246f94e94 (patch) | |
tree | 8150f446e97010ac2daa1581a14f66769dfb7908 /tools/lib/h5tools_dump.c | |
parent | 679bc678cf139232499d90b84e4c575af7d42261 (diff) | |
download | hdf5-7cf4913baf1fade3b6095c6f120c882246f94e94.zip hdf5-7cf4913baf1fade3b6095c6f120c882246f94e94.tar.gz hdf5-7cf4913baf1fade3b6095c6f120c882246f94e94.tar.bz2 |
1 10 merge recent changes from develop (#345)
* HDFFV-10865 - merge from dev, HDFArray perf fix.
* Remove duplicate setting
* Whitespace changes after clang format
* Undo version 11 clang format changes
* Merge CMake changes from develop
* test testing script merge from develop
* Update supported platforms
* PR#3 merge from develop
* Merge gcc 10 diagnostics option from develop
* Merge #318 OSX changes from develop
* Merge small changes from develop
Diffstat (limited to 'tools/lib/h5tools_dump.c')
-rw-r--r-- | tools/lib/h5tools_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_dump.c b/tools/lib/h5tools_dump.c index 98d7835..d60207b 100644 --- a/tools/lib/h5tools_dump.c +++ b/tools/lib/h5tools_dump.c @@ -329,7 +329,7 @@ h5tools_dump_simple_data(FILE *stream, const h5tool_format_t *info, h5tools_cont * Purpose: Print some values from an attribute referenced by object reference. * * Description: - * This is a special case subfunction to dump aa attribute references. + * This is a special case subfunction to dump an attribute reference. * * Return: * The function returns False if the last dimension has been reached, otherwise True |