diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-12 02:02:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-12 02:02:50 (GMT) |
commit | 81e95888f191926b266b665b57a3f8d5f2ff2807 (patch) | |
tree | cf80ac6188218310a45d132a9d8f18280952a2c5 /src/H5HFint.c | |
parent | 2501750f5e1ef612f8ab3d7112c0f29381be6466 (diff) | |
download | hdf5-81e95888f191926b266b665b57a3f8d5f2ff2807.zip hdf5-81e95888f191926b266b665b57a3f8d5f2ff2807.tar.gz hdf5-81e95888f191926b266b665b57a3f8d5f2ff2807.tar.bz2 |
[svn-r12082] Purpose:
Bug fix
Description:
Clean up a few code mis-matches that crept in during the last checkin.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5commitest
Diffstat (limited to 'src/H5HFint.c')
-rw-r--r-- | src/H5HFint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFint.c b/src/H5HFint.c index 61c4daf..151b19f 100644 --- a/src/H5HFint.c +++ b/src/H5HFint.c @@ -44,7 +44,7 @@ /* Limit on the size of the max. direct block size */ /* (This is limited to 32-bits currently, because I think it's unlikely to - * need to be larger, and the 32-bit limit for H5V_log2(n) - QAK) + * need to be larger, and the 32-bit limit for H5V_log2_of2(n) - QAK) */ #define H5HL_MAX_DIRECT_SIZE_LIMIT ((hsize_t)2 * 1024 * 1024 * 1024) |