Fix some typos. NFCI.

This commit is contained in:
David Young
2019-12-13 10:22:19 -06:00
parent 8f62e5dafb
commit 5d163c8d78
2 changed files with 2 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ struct H5F_shared_t {
* track changes in the index.
* With one brief exception during
* writer end of tick processing,
* this index will alwasy be sorted
* this index will always be sorted
* in increasing HDF5 file page
* offset order.
*

View File

@@ -891,7 +891,7 @@ H5F_vfd_swmr_writer_end_of_tick(H5F_t *f)
* to the HDF5 file more than max_lag ticks ago, and haven't
* been modified since.
*
* (This is an optimization -- adress it later)
* (This is an optimization -- address it later)
*/