summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/lib/h5tools.h2
-rw-r--r--tools/src/h5dump/h5dump_ddl.c2
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.
*