summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-28 14:23:46 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-28 14:23:46 (GMT)
commit0c7c4ba490862a63eb28b7abe4a636a314fed9fa (patch)
tree721fc34247238315c3276401dc7824d569fd1877 /src/H5FDvfd_swmr.c
parentc97970f7a1d4ff0f8cca9a700989a477370dd231 (diff)
downloadhdf5-0c7c4ba490862a63eb28b7abe4a636a314fed9fa.zip
hdf5-0c7c4ba490862a63eb28b7abe4a636a314fed9fa.tar.gz
hdf5-0c7c4ba490862a63eb28b7abe4a636a314fed9fa.tar.bz2
Fix a typo in a comment. NFCI.
Diffstat (limited to 'src/H5FDvfd_swmr.c')
-rw-r--r--src/H5FDvfd_swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDvfd_swmr.c b/src/H5FDvfd_swmr.c
index 5322cf3..e2f8513 100644
--- a/src/H5FDvfd_swmr.c
+++ b/src/H5FDvfd_swmr.c
@@ -386,7 +386,7 @@ H5FD_vfd_swmr_open(const char *name, unsigned flags, hid_t fapl_id,
* before there is any file I/O when opening a file VFD SWMR reader,
* we need to be able to turn off sanity checking in the read function
* until the page buffer is enabled. This field exists for this
- * purpose, and should be remove when it is no longer necessary.
+ * purpose, and should be removed when it is no longer necessary.
*
* JRM -- 1/29/19
*/