summaryrefslogtreecommitdiffstats
path: root/src/H5Pdapl.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-16 21:06:37 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-16 21:06:37 (GMT)
commitb04489e6ceb9f8df7d6b1e06cc292c6c1525ef8f (patch)
treeeba6be179abf9078337cc240b18358388d32690a /src/H5Pdapl.c
parent0f48df5d505c50a81272a38df139dc9d728e822f (diff)
downloadhdf5-b04489e6ceb9f8df7d6b1e06cc292c6c1525ef8f.zip
hdf5-b04489e6ceb9f8df7d6b1e06cc292c6c1525ef8f.tar.gz
hdf5-b04489e6ceb9f8df7d6b1e06cc292c6c1525ef8f.tar.bz2
[svn-r16766] Fix a comment in H5Pdapl.c, update RELEASE.txt with chages to factory free
lists. Tested: kate
Diffstat (limited to 'src/H5Pdapl.c')
-rw-r--r--src/H5Pdapl.c2
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.
*