summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-06-26 16:05:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-06-26 16:05:32 (GMT)
commit785938ace19e2533ab94c14b6cd8de508fe18f15 (patch)
treea0cd0e4484b00a14aacf015e2ca59dc8c3f8f55f
parent8846157e5985458fd0a3ddb47658a14d10fb97b2 (diff)
downloadhdf5-785938ace19e2533ab94c14b6cd8de508fe18f15.zip
hdf5-785938ace19e2533ab94c14b6cd8de508fe18f15.tar.gz
hdf5-785938ace19e2533ab94c14b6cd8de508fe18f15.tar.bz2
[svn-r12438] Purpose:
updated some comments Description: Solution: Platforms tested: Misc. update:
-rw-r--r--tools/h5dump/binread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/binread.c b/tools/h5dump/binread.c
index d3b43a9..02bb115 100644
--- a/tools/h5dump/binread.c
+++ b/tools/h5dump/binread.c
@@ -20,7 +20,7 @@
/*
This program reads binary output from h5dump (-b option).
To use change the following 3 symbols accordingly.
- For example, to read 6 elements of a float type from a file "out.dat", define
+ For example, to read 6 elements of a float type , define
#define NELMTS 6
#define TYPE float