diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-21 15:33:04 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:17:26 (GMT) |
commit | 753e0ff0c99d057379afe5bf81006a28b5ef5e93 (patch) | |
tree | 62a0e436294f17333e019659b904095d837d70eb /tools/src | |
parent | b7e1dd706c9f7470c358a2b902a5bca0f0cc3ed3 (diff) | |
download | hdf5-753e0ff0c99d057379afe5bf81006a28b5ef5e93.zip hdf5-753e0ff0c99d057379afe5bf81006a28b5ef5e93.tar.gz hdf5-753e0ff0c99d057379afe5bf81006a28b5ef5e93.tar.bz2 |
Comment correction
Diffstat (limited to 'tools/src')
-rw-r--r-- | tools/src/h5dump/h5dump_ddl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5dump/h5dump_ddl.c b/tools/src/h5dump/h5dump_ddl.c index 81e35a1..dc4d915 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. * |