diff options
Diffstat (limited to 'hl/test')
-rw-r--r-- | hl/test/test_ds.c | 2 | ||||
-rw-r--r-- | hl/test/test_dset_append.c | 2 |
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 */ |