From 23916db0fc88915d944c72ca52cf54c79d21085d Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Sat, 26 Mar 2022 13:21:58 -0500 Subject: Fix spelling --- src/H5FDint.c | 2 +- src/H5PB.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDint.c b/src/H5FDint.c index bec9dfb..0c3fe9e 100644 --- a/src/H5FDint.c +++ b/src/H5FDint.c @@ -50,7 +50,7 @@ * If more space is needed dynamic allocation will be used instead. */ #define H5FD_LOCAL_VECTOR_LEN 8 -/* Length of stack allocated arrays for dataspace IDs/structs for selction I/O +/* Length of stack allocated arrays for dataspace IDs/structs for selection I/O * operations. Corresponds to the number of file selection/memory selection * pairs (along with addresses, etc.) in a selection I/O operation. If more * space is needed dynamic allocation will be used instead */ diff --git a/src/H5PB.c b/src/H5PB.c index b7c3526..ce8336b 100644 --- a/src/H5PB.c +++ b/src/H5PB.c @@ -1346,7 +1346,7 @@ H5PB_enabled(H5F_shared_t *f_sh, H5FD_mem_t type, hbool_t *enabled) #endif /* If page buffering is disabled, or if this is a parallel raw data access, - * bypass page buffering. Note that page buffering may stil be disabled for + * bypass page buffering. Note that page buffering may still be disabled for * large metadata access or large non-parallel raw data access, but this * function doesn't take I/O size into account so if it returns TRUE the * page buffer may still be disabled for some I/O. If it returns FALSE it is -- cgit v0.12