diff options
author | Neil Fortner <fortnern@gmail.com> | 2022-03-26 18:22:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 18:22:50 (GMT) |
commit | 05a14ebecaab11f738bb2153ee44679ec3b5301f (patch) | |
tree | 42267295f94bb67dca39ba6dd2dd9d1ac89ee0bd /src/H5PB.c | |
parent | b7f2de9c00f37e535a02c973779bbc2a7413d5b1 (diff) | |
parent | 816ef0f085eae20ebb757f843caa77b6028f6f53 (diff) | |
download | hdf5-inactive/selection_io.zip hdf5-inactive/selection_io.tar.gz hdf5-inactive/selection_io.tar.bz2 |
Merge pull request #1531 from fortnern/selection_ioinactive/selection_io
Selection io
Diffstat (limited to 'src/H5PB.c')
-rw-r--r-- | src/H5PB.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |