diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-11-27 19:41:44 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-11-27 19:41:44 (GMT) |
commit | 742798b84e59b8ae346edd8d0acd9face7796051 (patch) | |
tree | 9b3f22fb49e2e62858ebd609140e23bb607567cd /test/gen_bounds.c | |
parent | a6970e204cdcff1fdbd31e40ad9adc65e2162008 (diff) | |
download | hdf5-742798b84e59b8ae346edd8d0acd9face7796051.zip hdf5-742798b84e59b8ae346edd8d0acd9face7796051.tar.gz hdf5-742798b84e59b8ae346edd8d0acd9face7796051.tar.bz2 |
Fixed comment.
Diffstat (limited to 'test/gen_bounds.c')
-rw-r--r-- | test/gen_bounds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_bounds.c b/test/gen_bounds.c index 1de78e8..25db7e1 100644 --- a/test/gen_bounds.c +++ b/test/gen_bounds.c @@ -360,7 +360,7 @@ error: * gen_v18_latest() creates file "bounds_v18_latest.h5" * * File contents: - * - Version 2 superblock (H5Pset_shared_mesg_index) + * - Version 2 superblock * - A chunked dataset with layout version 3, "DS_chunked_layout_3". (default) * ***********************************************************************/ |