summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-08-10 16:03:22 (GMT)
committerGitHub <noreply@github.com>2022-08-10 16:03:22 (GMT)
commit36ae75fb9304a6923ac094969ab33286179efdca (patch)
tree2b00992fe1b5344fb667cc8a7aece141dfce5b98 /src/H5C.c
parent6c5b5e07590647568b63f7889a7b6fae76277b34 (diff)
downloadhdf5-36ae75fb9304a6923ac094969ab33286179efdca.zip
hdf5-36ae75fb9304a6923ac094969ab33286179efdca.tar.gz
hdf5-36ae75fb9304a6923ac094969ab33286179efdca.tar.bz2
Fix typos found in src/ subdirectory (#1983)
Found via `codespell -q 3 -S ./release_docs,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c -L isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,ans:,eiter,lastr,ans,isn\'t,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,minnum,ake,gord,numer,ro,oce`
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5C.c b/src/H5C.c
index 929c26e..907b076 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -358,7 +358,7 @@ H5C_create(size_t max_cache_size, size_t min_clean_size, int max_type_id,
cache_ptr->slist_size = (size_t)0;
/* slist_ring_len, slist_ring_size, and
- * slist_ptr initializaed above.
+ * slist_ptr initialized above.
*/
#if H5C_DO_SANITY_CHECKS
@@ -2948,7 +2948,7 @@ H5C_set_slist_enabled(H5C_t *cache_ptr, hbool_t slist_enabled, hbool_t clear_sli
}
/* set cache_ptr->slist_enabled to TRUE so that the slist
- * mainenance macros will be enabled.
+ * maintenance macros will be enabled.
*/
cache_ptr->slist_enabled = TRUE;
@@ -4055,7 +4055,7 @@ H5C_destroy_flush_dependency(void *parent_thing, void *child_thing)
"can't notify parent about child entry serialized flag set")
} /* end if */
- /* Shrink or free the parent array if apporpriate */
+ /* Shrink or free the parent array if appropriate */
if (child_entry->flush_dep_nparents == 0) {
child_entry->flush_dep_parent = H5FL_SEQ_FREE(H5C_cache_entry_ptr_t, child_entry->flush_dep_parent);
child_entry->flush_dep_parent_nalloc = 0;