summaryrefslogtreecommitdiffstats
path: root/src/H5B2.c
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/H5B2.c
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/H5B2.c')
-rw-r--r--src/H5B2.c2
1 files changed, 1 insertions, 1 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 */