diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2019-03-05 23:33:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2019-03-05 23:33:13 (GMT) |
commit | 33db9f56449c974fed6b4a8a19072546bcd31e15 (patch) | |
tree | 850a0d738559c3e843fbb4b86416d0b1dbf257da | |
parent | b8468e6fdb1fc6d7cfc47cc9324a4453d5c79358 (diff) | |
download | hdf5-33db9f56449c974fed6b4a8a19072546bcd31e15.zip hdf5-33db9f56449c974fed6b4a8a19072546bcd31e15.tar.gz hdf5-33db9f56449c974fed6b4a8a19072546bcd31e15.tar.bz2 |
Fix typo.
-rw-r--r-- | src/H5CX.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |