summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-02 05:25:48 (GMT)
committerGitHub <noreply@github.com>2023-05-02 05:25:48 (GMT)
commit6eb021b68a8b46bbc89844713f014e6ba729ca7d (patch)
tree25a971cb952841ac796db4f72a4be850ac2ce437 /hl
parentda46fdbf50984636aeac936386068939a3760fe4 (diff)
downloadhdf5-6eb021b68a8b46bbc89844713f014e6ba729ca7d.zip
hdf5-6eb021b68a8b46bbc89844713f014e6ba729ca7d.tar.gz
hdf5-6eb021b68a8b46bbc89844713f014e6ba729ca7d.tar.bz2
Sync with develop (#2871)
Diffstat (limited to 'hl')
-rw-r--r--hl/test/test_ds.c2
-rw-r--r--hl/test/test_dset_append.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/test/test_ds.c b/hl/test/test_ds.c
index b74b62a..70af31a 100644
--- a/hl/test/test_ds.c
+++ b/hl/test/test_ds.c
@@ -3673,7 +3673,7 @@ out:
* Function: match_dim_scale
*
* Purpose: example operator function used by H5DSiterate_scales, used
- * to verify the the DSID scale size matches the dataset DIM size
+ * to verify the DSID scale size matches the dataset DIM size
*
* Return:
* The return values from an operator are:
diff --git a/hl/test/test_dset_append.c b/hl/test/test_dset_append.c
index f8d38c2..c4afe89 100644
--- a/hl/test/test_dset_append.c
+++ b/hl/test/test_dset_append.c
@@ -1265,7 +1265,7 @@ main(void)
/*
* The following tests illustrate the scenarios when H5DOappend does not work with extensible array
* indexing:
- * - when the the dataset has 1 unlimited dimension and the other dimension is fixed but extendible
+ * - when the dataset has 1 unlimited dimension and the other dimension is fixed but extendible
* - the dataset expands along 1 dimension and then expands along the other dimension
*/
flush_ct = 0; /* Reset flush counter */