summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2022-01-04 17:00:14 (GMT)
committerGitHub <noreply@github.com>2022-01-04 17:00:14 (GMT)
commit86b80626991a9754597186ed87687549abd3e9b4 (patch)
tree978d910b629c62bc929bd1c0b500b8488f6e7a95 /src
parent227d7d927b30a133b3819b051e75c8c44c91b753 (diff)
downloadhdf5-86b80626991a9754597186ed87687549abd3e9b4.zip
hdf5-86b80626991a9754597186ed87687549abd3e9b4.tar.gz
hdf5-86b80626991a9754597186ed87687549abd3e9b4.tar.bz2
Fix typo. (#1303)
chksum -> checksum
Diffstat (limited to 'src')
-rw-r--r--src/H5HFcache.c2
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