diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2022-01-04 17:00:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 17:00:14 (GMT) |
commit | 86b80626991a9754597186ed87687549abd3e9b4 (patch) | |
tree | 978d910b629c62bc929bd1c0b500b8488f6e7a95 | |
parent | 227d7d927b30a133b3819b051e75c8c44c91b753 (diff) | |
download | hdf5-86b80626991a9754597186ed87687549abd3e9b4.zip hdf5-86b80626991a9754597186ed87687549abd3e9b4.tar.gz hdf5-86b80626991a9754597186ed87687549abd3e9b4.tar.bz2 |
Fix typo. (#1303)
chksum -> checksum
-rw-r--r-- | src/H5HFcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFcache.c b/src/H5HFcache.c index f409479..22ad09b 100644 --- a/src/H5HFcache.c +++ b/src/H5HFcache.c @@ -895,7 +895,7 @@ H5HF__cache_iblock_get_initial_load_size(void *_udata, size_t *image_len) * Function: H5HF__cache_iblock_verify_chksum * * Purpose: Verify the computed checksum of the data structure is the - * same as the stored chksum. + * same as the stored checksum. * * Return: Success: TRUE/FALSE * Failure: Negative |