summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-26 22:29:13 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-26 22:29:13 (GMT)
commit8b2ba616ebfe37db308ff1ec40beb6e13581d587 (patch)
tree964b59bc1effdcb60bd7aecb6ecebaeb25c5b5ed /src/H5FDprivate.h
parent4b70e13e14a9fa13696fbcf2d8a9bb329db90c57 (diff)
downloadhdf5-8b2ba616ebfe37db308ff1ec40beb6e13581d587.zip
hdf5-8b2ba616ebfe37db308ff1ec40beb6e13581d587.tar.gz
hdf5-8b2ba616ebfe37db308ff1ec40beb6e13581d587.tar.bz2
Update some comments.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index df49682..8427eab 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -141,7 +141,7 @@
* Set to FALSE whenever it is marked dirty in the page buffer.
*
* tick_of_last_flush: Number of the tick in which this entry was last
- * written to the HDF5 file or zero if it has never been flusehd.
+ * written to the lower file or zero if it has never been flushed.
*
* Used by the VFD SWMR writer only.
*
@@ -153,8 +153,8 @@
*
* Used by the VFD SWMR writer only.
*
- * is_moved_to_hdf5_file: Set to TRUE iff the entry referenced is in the
- * HDF5 file and is therefore about to be removed from the
+ * moved_to_lower_file: Set to TRUE iff the entry referenced is in the
+ * lower file and is therefore about to be removed from the
* metadata file
*
*----------------------------------------------------------------------------