summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2022-03-26 18:21:58 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2022-03-26 18:21:58 (GMT)
commit23916db0fc88915d944c72ca52cf54c79d21085d (patch)
tree42267295f94bb67dca39ba6dd2dd9d1ac89ee0bd /src/H5PB.c
parentda2d4fe937776bb7370f03b931eec595281a02e8 (diff)
downloadhdf5-23916db0fc88915d944c72ca52cf54c79d21085d.zip
hdf5-23916db0fc88915d944c72ca52cf54c79d21085d.tar.gz
hdf5-23916db0fc88915d944c72ca52cf54c79d21085d.tar.bz2
Fix spelling
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c2
1 files changed, 1 insertions, 1 deletions
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