summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-01 16:06:39 (GMT)
committerGitHub <noreply@github.com>2023-05-01 16:06:39 (GMT)
commit265494b5b94c9f83ce80e06669bab83398c1970b (patch)
treeca6731061157e3022611c66e0237bf42e0fb5b2f /hl/test
parent0dceadf245a50f9f8cfe5f75f7caa41471e319a0 (diff)
downloadhdf5-265494b5b94c9f83ce80e06669bab83398c1970b.zip
hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.gz
hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.bz2
Remove "the the" from comments and docs (#2865)
Diffstat (limited to 'hl/test')
-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 */