diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-04-16 21:10:45 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-04-16 21:10:45 (GMT) |
commit | 004b4c4dff2d97533cbae048bc19fd8400845bd0 (patch) | |
tree | 58808a1b3ed5323814f3e0e7ce1647c2d1f630c3 /src | |
parent | a2565505aa1a3b1c7367ead62487176f27b65f0f (diff) | |
download | hdf5-004b4c4dff2d97533cbae048bc19fd8400845bd0.zip hdf5-004b4c4dff2d97533cbae048bc19fd8400845bd0.tar.gz hdf5-004b4c4dff2d97533cbae048bc19fd8400845bd0.tar.bz2 |
[svn-r16767] Fix a comment in H5Pdapl.c, update RELEASE.txt with chages to factory free
lists.
Tested: kate
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Pdapl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pdapl.c b/src/H5Pdapl.c index a4d036d..db66366 100644 --- a/src/H5Pdapl.c +++ b/src/H5Pdapl.c @@ -154,7 +154,7 @@ done: * property list. Each of thhese values can be individually unset * (or not set at all) by passing the macros: * H5D_CHUNK_CACHE_NCHUNKS_DEFAULT, - * H5D_CHUNK_CACHE_NBYTES_DEFAULT, and/or + * H5D_CHUNK_CACHE_NSLOTS_DEFAULT, and/or * H5D_CHUNK_CACHE_W0_DEFAULT * as appropriate. * |