summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-11 00:31:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-11 00:31:39 (GMT)
commit134d7ed4f0de170ab361a6a88622cead5a49dd84 (patch)
tree4381c113625bd289147e40a6fe6d76e4716c9dc8 /src
parent9b60f486056dc669bd1b910d6f831f0fcabc06dc (diff)
downloadhdf5-134d7ed4f0de170ab361a6a88622cead5a49dd84.zip
hdf5-134d7ed4f0de170ab361a6a88622cead5a49dd84.tar.gz
hdf5-134d7ed4f0de170ab361a6a88622cead5a49dd84.tar.bz2
[svn-r10183] Purpose:
Fix comment Platforms tested: None, too minor...
Diffstat (limited to 'src')
-rw-r--r--src/H5B2.c2
-rw-r--r--src/H5B2test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index 812bdb8..a04a870 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -32,7 +32,7 @@
/* Private headers */
#include "H5private.h" /* Generic Functions */
-#include "H5B2pkg.h" /* B-trees */
+#include "H5B2pkg.h" /* v2 B-trees */
#include "H5Eprivate.h" /* Error handling */
#include "H5MFprivate.h" /* File memory management */
diff --git a/src/H5B2test.c b/src/H5B2test.c
index 6180683..fa847af 100644
--- a/src/H5B2test.c
+++ b/src/H5B2test.c
@@ -13,7 +13,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Programmer: Quincey Koziol <koziol@ncsa.uiuc.edu>
- * Saturday, May 31, 2003
+ * Thursday, February 3, 2005
*
* Purpose: v2 B-tree testing functions.
*/