summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2019-03-05 23:33:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2019-03-05 23:33:13 (GMT)
commit33db9f56449c974fed6b4a8a19072546bcd31e15 (patch)
tree850a0d738559c3e843fbb4b86416d0b1dbf257da /src/H5CX.c
parentb8468e6fdb1fc6d7cfc47cc9324a4453d5c79358 (diff)
downloadhdf5-33db9f56449c974fed6b4a8a19072546bcd31e15.zip
hdf5-33db9f56449c974fed6b4a8a19072546bcd31e15.tar.gz
hdf5-33db9f56449c974fed6b4a8a19072546bcd31e15.tar.bz2
Fix typo.
Diffstat (limited to 'src/H5CX.c')
-rw-r--r--src/H5CX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5CX.c b/src/H5CX.c
index cfcdfd4..c97bdcd 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -501,7 +501,7 @@ H5CX__init_package(void)
/* Get the default DCPL cache information */
- /* Get the default link access property list */
+ /* Get the default dataset creation property list */
if(NULL == (dc_plist = (H5P_genplist_t *)H5I_object(H5P_DATASET_CREATE_DEFAULT)))
HGOTO_ERROR(H5E_CONTEXT, H5E_BADTYPE, FAIL, "not a dataset create property list")