summaryrefslogtreecommitdiffstats
path: root/src/H5Pdapl.c
diff options
context:
space:
mode:
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.
*