summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-12-10 00:05:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-12-10 00:05:04 (GMT)
commit38902de4932939e701f01219f4bff6d70b3953a7 (patch)
tree4231c28b72efee81d6afe7dff68033445d4fbb4a /src
parent305a64f674c96778719bf7dd673f57b3d001b314 (diff)
downloadhdf5-38902de4932939e701f01219f4bff6d70b3953a7.zip
hdf5-38902de4932939e701f01219f4bff6d70b3953a7.tar.gz
hdf5-38902de4932939e701f01219f4bff6d70b3953a7.tar.bz2
Fix typo. NFCI.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index bedf2f9..2c8a6e7 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -444,7 +444,7 @@ struct H5F_shared_t {
/* Old VFD SWMMR metadata file index. These fields are used only
* by the VFD SWMR reader to store the previous version of the
* metadata file index so that it can be compared with the current
- * versoin to identify page buffer and metadata cache entries that
+ * version to identify page buffer and metadata cache entries that
* must be evicted or refreshed to avoid message from the past bugs.
*/
H5FD_vfd_swmr_idx_entry_t * old_mdf_idx;