From d00bab96fb4da12a18b5de528c96469978c4c927 Mon Sep 17 00:00:00 2001 From: mainzer Date: Mon, 17 Aug 2020 08:19:33 -0500 Subject: Minor copy edits to comments -- no code changes. --- src/H5C.c | 2 +- src/H5Cdbg.c | 2 +- src/H5Cmpio.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/H5C.c b/src/H5C.c index 192a3c8..2cc417a 100644 --- a/src/H5C.c +++ b/src/H5C.c @@ -5590,7 +5590,7 @@ done: * happens. The code I have added should allow us to * handle the situation under all but the worst conditions, * but one can argue that we should just scream and die if - * we ever detect the condidtion. + * we ever detect the condition. * * -- JRM 10/13/07 * diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c index 2585eae..ea27858 100644 --- a/src/H5Cdbg.c +++ b/src/H5Cdbg.c @@ -272,7 +272,7 @@ H5C_dump_cache_LRU(H5C_t *cache_ptr, const char *cache_name) * Programmer: John Mainzer * 11/15/14 * - * Changes: Updated function for the slist_enabled field in H6C_t. + * Changes: Updated function for the slist_enabled field in H5C_t. * Recall that to minimize slist overhead, the slist is * empty and not maintained if cache_ptr->slist_enabled is * false. diff --git a/src/H5Cmpio.c b/src/H5Cmpio.c index 6ec0513..6e33eb1 100644 --- a/src/H5Cmpio.c +++ b/src/H5Cmpio.c @@ -458,7 +458,7 @@ H5C_construct_candidate_list__clean_cache(H5C_t * cache_ptr) HDassert( cache_ptr->magic == H5C__H5C_T_MAGIC ); /* As a sanity check, set space needed to the dirty_index_size. This - * should be the sum total of the sizes of all the dirty entries in + * should be the sum total of the sizes of all the dirty entries * in the metadata cache. Note that if the slist is enabled, * cache_ptr->slist_size should equal cache_ptr->dirty_index_size. */ -- cgit v0.12