diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-21 15:33:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-21 15:33:04 (GMT) |
commit | 5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b (patch) | |
tree | 4fdbaf2753ba0ee0099c88862e4b57eefd6845f1 | |
parent | 79f45aacea7d711a649a3a5df3580cdd36c2fa17 (diff) | |
download | hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.zip hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.gz hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.bz2 |
Comment correction
-rw-r--r-- | tools/lib/h5tools.h | 2 | ||||
-rw-r--r-- | tools/src/h5dump/h5dump_ddl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index ca8395d..dde3c15 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -513,7 +513,7 @@ typedef struct h5tools_context_t { hsize_t p_max_idx[H5S_MAX_RANK]; /* max selected index */ int prev_multiline; /* was prev datum multiline? */ size_t prev_prefix_len; /* length of previous prefix */ - int continuation; /*c ontinuation of previous data?*/ + int continuation; /* continuation of previous data?*/ hsize_t size_last_dim; /* the size of the last dimension, needed so we can break after each row */ unsigned indent_level; /* the number of times we need some extra indentation */ unsigned default_indent_level; /* this is used when the indent level gets changed */ diff --git a/tools/src/h5dump/h5dump_ddl.c b/tools/src/h5dump/h5dump_ddl.c index 2538bf9..bc426f2 100644 --- a/tools/src/h5dump/h5dump_ddl.c +++ b/tools/src/h5dump/h5dump_ddl.c @@ -1952,7 +1952,7 @@ handle_datatypes(hid_t fid, const char *type, void H5_ATTR_UNUSED * data, int pe * Function: dump_extlink * * Purpose: Dump an external link - * Function does directly open the target file, + * Function does not directly open the target file, * it initializes a new set of tables for the external file. * Errors are suppressed. * |