diff options
Diffstat (limited to 'src/H5Distore.c')
-rw-r--r-- | src/H5Distore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c index 4a6f7e5..bf75f17 100644 --- a/src/H5Distore.c +++ b/src/H5Distore.c @@ -1144,7 +1144,7 @@ H5F_istore_prune (H5F_t *f, size_t size) * * If RELAX is non-zero and the chunk isn't in the cache then * don't try to read it from the file, but just allocate an - * uninitialized buffer to hold the result. This is indented + * uninitialized buffer to hold the result. This is intended * for output functions that are about to overwrite the entire * chunk. * |