diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 00:31:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 00:31:39 (GMT) |
commit | 134d7ed4f0de170ab361a6a88622cead5a49dd84 (patch) | |
tree | 4381c113625bd289147e40a6fe6d76e4716c9dc8 /src/H5B2test.c | |
parent | 9b60f486056dc669bd1b910d6f831f0fcabc06dc (diff) | |
download | hdf5-134d7ed4f0de170ab361a6a88622cead5a49dd84.zip hdf5-134d7ed4f0de170ab361a6a88622cead5a49dd84.tar.gz hdf5-134d7ed4f0de170ab361a6a88622cead5a49dd84.tar.bz2 |
[svn-r10183] Purpose:
Fix comment
Platforms tested:
None, too minor...
Diffstat (limited to 'src/H5B2test.c')
-rw-r--r-- | src/H5B2test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |