From cb3716896653f7601ad2374e8829a0937012abed Mon Sep 17 00:00:00 2001 From: Aleksandar Jelenak Date: Fri, 27 Jun 2025 15:28:33 -0400 Subject: [PATCH] Fix comment typo in h5ex_d_zstd.c (#5642) "gzip" -> "ZSTD" --- HDF5Examples/C/H5FLT/h5ex_d_zstd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDF5Examples/C/H5FLT/h5ex_d_zstd.c b/HDF5Examples/C/H5FLT/h5ex_d_zstd.c index b3d2dfb8937..60d1f707ca1 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_zstd.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_zstd.c @@ -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);