summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-03-06 23:33:00 (GMT)
committerGitHub <noreply@github.com>2022-03-06 23:33:00 (GMT)
commit78375882485a99a81caa933928ed08d7a38ef88b (patch)
treef18c41d7794d546b6562dd2aa36932c78f00a16a /src/H5PBprivate.h
parent7e176db164d1a6f944e703c612c4952b15d333f4 (diff)
downloadhdf5-78375882485a99a81caa933928ed08d7a38ef88b.zip
hdf5-78375882485a99a81caa933928ed08d7a38ef88b.tar.gz
hdf5-78375882485a99a81caa933928ed08d7a38ef88b.tar.bz2
VFD SWMR: normalization with develop (#1472)
Much normalization with develop. Still needs tools changes wrt VFD plugins.
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index 15ee749..c23336e 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -308,7 +308,7 @@ typedef struct H5PB_entry_t H5PB_entry_t;
*
* To facilitate identification of entries that must be removed from the
* DWL during the end of tick scan, the list always observes the following
- * invarient for any entry on the list:
+ * invariant for any entry on the list:
*
* entry_ptr->next == NULL ||
* entry_ptr->delay_write_until >= entry_ptr->next->delay_write_until
@@ -528,7 +528,7 @@ typedef struct H5PB_entry_t H5PB_entry_t;
* max_dwl_size: int64_t containing the maximum value of dwl_size.
*
* total_dwl_ins_depth: int64_t containing the total insertion depth
- * required to maintain the odering invarient on the
+ * required to maintain the odering invariant on the
* delayed write list.
*
* md_read_splits: int64_t containing the number of metadata reads that