summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump_ddl.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-11-21 15:33:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-11-21 15:33:04 (GMT)
commit5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b (patch)
tree4fdbaf2753ba0ee0099c88862e4b57eefd6845f1 /tools/src/h5dump/h5dump_ddl.c
parent79f45aacea7d711a649a3a5df3580cdd36c2fa17 (diff)
downloadhdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.zip
hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.gz
hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.bz2
Comment correction
Diffstat (limited to 'tools/src/h5dump/h5dump_ddl.c')
-rw-r--r--tools/src/h5dump/h5dump_ddl.c2
1 files changed, 1 insertions, 1 deletions
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.
*