From 33db9f56449c974fed6b4a8a19072546bcd31e15 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 5 Mar 2019 17:33:13 -0600 Subject: Fix typo. --- src/H5CX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v0.12