[svn-r10183] Purpose:

Fix comment

Platforms tested:
    None, too minor...
This commit is contained in:
Quincey Koziol 2005-03-10 19:31:39 -05:00
parent 9b60f48605
commit 134d7ed4f0
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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.
*/