summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-04 09:55:15 (GMT)
committerGitHub <noreply@github.com>2023-10-04 09:55:15 (GMT)
commit069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch)
treea6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /test/cache_api.c
parentc423e74fbfbfe84497210e5b15db20bee8c84c3c (diff)
downloadhdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2
Fix spelling (#3633)
Diffstat (limited to 'test/cache_api.c')
-rw-r--r--test/cache_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_api.c b/test/cache_api.c
index d9d6abe..1885d5e 100644
--- a/test/cache_api.c
+++ b/test/cache_api.c
@@ -249,7 +249,7 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id)
}
}
- /* conpare the cache's internal configuration with the expected value */
+ /* compare the cache's internal configuration with the expected value */
if (pass) {
if (!resize_configs_are_equal(&default_auto_size_ctl, &cache_ptr->resize_ctl, TRUE)) {
@@ -393,7 +393,7 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id)
}
}
- /* conpare the cache's internal configuration with the expected value */
+ /* compare the cache's internal configuration with the expected value */
if (pass) {
if (!resize_configs_are_equal(&mod_auto_size_ctl, &cache_ptr->resize_ctl, TRUE)) {