summaryrefslogtreecommitdiffstats
path: root/src/H5Fvfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-06 20:21:30 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-06 20:21:30 (GMT)
commit34267d86317eec35fad5a75d8a4e268c979be59f (patch)
tree9f46e4992096f10e2adb6ec2e91329035ede5ed6 /src/H5Fvfd_swmr.c
parentafa09c80bd056caa249405ab248b17c4778de6f3 (diff)
downloadhdf5-34267d86317eec35fad5a75d8a4e268c979be59f.zip
hdf5-34267d86317eec35fad5a75d8a4e268c979be59f.tar.gz
hdf5-34267d86317eec35fad5a75d8a4e268c979be59f.tar.bz2
Fix a typo in a comment and delete whitespace at EOL.
Diffstat (limited to 'src/H5Fvfd_swmr.c')
-rw-r--r--src/H5Fvfd_swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index 19ff09e..c840562 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -1925,7 +1925,7 @@ done:
* all pending delayed writes must be allowed drain.
*
* This function facilitates this by sleeping for a tick, and
- * the running the writer end of tick function.
+ * then running the writer end of tick function.
*
* It should only be called as part the flush or close operations.
*