summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-10 15:51:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-10 15:51:43 (GMT)
commitbee75a0067d39d2ac9770566350cd9552110d45d (patch)
tree8687b6dae841a1baaf39d3e0bf487789d7abbd48 /tools
parent84dbcbc4f7d4ca9cc39ea4a5404db3fb01d651a1 (diff)
downloadhdf5-bee75a0067d39d2ac9770566350cd9552110d45d.zip
hdf5-bee75a0067d39d2ac9770566350cd9552110d45d.tar.gz
hdf5-bee75a0067d39d2ac9770566350cd9552110d45d.tar.bz2
Fix comment
Diffstat (limited to 'tools')
-rw-r--r--tools/h5ls/h5ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index fa65c16..a26eeb2 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -1358,7 +1358,7 @@ dump_reference(FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx
/* if (region_id < 0) - could mean that no reference was written do not throw failure */
H5Epush2(H5tools_ERR_STACK_g, __FILE__, FUNC, __LINE__, H5tools_ERR_CLS_g, H5E_tools_g, H5E_tools_min_id_g, "H5Rdereference failed");
}
- } /* end else to if (h5tools_is_zero(... */
+ } /* end if (h5tools_is_zero(... */
H5TOOLS_DEBUG("finished reference loop:%d",i);
} /* end for(i = 0; i < ndims; i++, ctx->cur_elmt++, elmt_counter++) */