summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-06 16:16:17 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-06 16:16:17 (GMT)
commitbfe4775091213c04f2bb1d61f2340989932c9056 (patch)
tree8080aeb5e4c651136f2d5dfa2cdc9cf245809426
parentdb1c4549a62f49c52ff51432e8e7017d1541be6a (diff)
downloadhdf5-bfe4775091213c04f2bb1d61f2340989932c9056.zip
hdf5-bfe4775091213c04f2bb1d61f2340989932c9056.tar.gz
hdf5-bfe4775091213c04f2bb1d61f2340989932c9056.tar.bz2
[svn-r14937] fix typo in comment
-rw-r--r--tools/h5dump/h5dumpgentest.c4
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
*
*-------------------------------------------------------------------------
*/