diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-08-10 20:57:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 20:57:26 (GMT) |
commit | 174505ca3c27daa30d8affd63bda07ad24f126c5 (patch) | |
tree | 8d5a1aa014056b6c05fd7ea5b5906ca2f65b5afd /test/cache.c | |
parent | e794dc5ec44ea73c92a6d3937e86307e87d277ae (diff) | |
download | hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.zip hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.tar.gz hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.tar.bz2 |
Fix typos found in the rest of the hdf5 code-base (#1985)
* Fix typos found in the rest of the hdf5 code-base
* Typo in tool.cmake
* Revert "Typo in tool.cmake"
This reverts commit 06b8403d99757c7d20f1eed530cf317c3d84de4b.
* Fix clang-format styling
Diffstat (limited to 'test/cache.c')
-rw-r--r-- | test/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache.c b/test/cache.c index 3c6c818..e564289 100644 --- a/test/cache.c +++ b/test/cache.c @@ -9861,7 +9861,7 @@ check_flush_cache__flush_op_eviction_test(H5F_t *file_ptr) * Added tests for pinned entries. * * JRM -- 5/17/06 - * Complete reqrite of pinned entry tests to accommodate + * Complete rewrite of pinned entry tests to accommodate * the new H5C_mark_entry_dirty() call. * *------------------------------------------------------------------------- @@ -33494,7 +33494,7 @@ cedds__H5C_flush_invalidate_cache__bucket_scan(H5F_t *file_ptr) if (pass) { - /* load the entry that will have a flush dependencey with (MET, 0), + /* load the entry that will have a flush dependency with (MET, 0), * thus preventing it from being flushed on the first pass through * the skip list. */ |