Fix comment typo in h5ex_d_zstd.c (#5642)

"gzip" -> "ZSTD"
This commit is contained in:
Aleksandar Jelenak
2025-06-27 15:28:33 -04:00
committed by GitHub
parent 2a236ab9df
commit cb37168966
+1 -1
View File
@@ -85,7 +85,7 @@ main(void)
goto done;
/*
* Create the dataset creation property list, add the gzip
* Create the dataset creation property list, add the ZSTD
* compression filter and set the chunk size.
*/
dcpl_id = H5Pcreate(H5P_DATASET_CREATE);