summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-07 21:30:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-08 15:12:15 (GMT)
commit6d0d1b490bcfc262cb3062638b11fd9e1c332463 (patch)
tree4280e969e380d4db7dbd2fe8790c06b86a74151e /src/H5FDvfd_swmr.c
parentc1b655b568fb91a4571958f93d0c2613df793c98 (diff)
downloadhdf5-6d0d1b490bcfc262cb3062638b11fd9e1c332463.zip
hdf5-6d0d1b490bcfc262cb3062638b11fd9e1c332463.tar.gz
hdf5-6d0d1b490bcfc262cb3062638b11fd9e1c332463.tar.bz2
Fix spelling in a comment.
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 5c81b16..9a255a7 100644
--- a/src/H5FDvfd_swmr.c
+++ b/src/H5FDvfd_swmr.c
@@ -336,7 +336,7 @@ H5FD_vfd_swmr_open(const char *name, unsigned flags, hid_t fapl_id,
HGOTO_ERROR(H5E_VFL, H5E_CANTOPENFILE, NULL, "can't set driver info")
/* set pb_configured to FALSE. This field should not exist, but
- * until we modify the file open proceedure to create the page buffer
+ * until we modify the file open procedure to create the page buffer
* 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