From 5d163c8d781027fd5ab94fd0b420e243e038f463 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 13 Dec 2019 10:22:19 -0600 Subject: Fix some typos. NFCI. --- src/H5Fpkg.h | 2 +- src/H5Fvfd_swmr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index e20b501..ba1d569 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -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. * diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c index f7ab9fd..72c2aec 100644 --- a/src/H5Fvfd_swmr.c +++ b/src/H5Fvfd_swmr.c @@ -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) */ -- cgit v0.12