diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-06 16:16:17 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-06 16:16:17 (GMT) |
commit | bfe4775091213c04f2bb1d61f2340989932c9056 (patch) | |
tree | 8080aeb5e4c651136f2d5dfa2cdc9cf245809426 /tools/h5dump | |
parent | db1c4549a62f49c52ff51432e8e7017d1541be6a (diff) | |
download | hdf5-bfe4775091213c04f2bb1d61f2340989932c9056.zip hdf5-bfe4775091213c04f2bb1d61f2340989932c9056.tar.gz hdf5-bfe4775091213c04f2bb1d61f2340989932c9056.tar.bz2 |
[svn-r14937] fix typo in comment
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dumpgentest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c index 54b22df..76a2b43 100644 --- a/tools/h5dump/h5dumpgentest.c +++ b/tools/h5dump/h5dumpgentest.c @@ -6135,8 +6135,8 @@ out: * * Purpose: Generate a file to be used in the floating point format test * Contains: - * 2) a float dataset - * 4) a double dataset + * 1) a float dataset + * 2) a double dataset * *------------------------------------------------------------------------- */ |