From 86b80626991a9754597186ed87687549abd3e9b4 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 4 Jan 2022 11:00:14 -0600 Subject: Fix typo. (#1303) chksum -> checksum --- src/H5HFcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12