summaryrefslogtreecommitdiffstats
path: root/src/H5FScache.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-10 15:52:06 (GMT)
committerGitHub <noreply@github.com>2023-03-10 15:52:06 (GMT)
commitc420176d4791bec62336ea4ba25bcec3475a64bb (patch)
tree55bca1716869070d6fa601bec57b1c68d4a94fa7 /src/H5FScache.c
parent91cf10156a65a96860cea965df74a5adecf3e4e8 (diff)
downloadhdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.zip
hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.gz
hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.bz2
Fix new codespell issues (#2521) (#2530)
* Fix new codespell issues (#2521) * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake * Fix typo in genparser. --------- Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'src/H5FScache.c')
-rw-r--r--src/H5FScache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c
index ecbc012..c381687 100644
--- a/src/H5FScache.c
+++ b/src/H5FScache.c
@@ -436,7 +436,7 @@ H5FS__cache_hdr_pre_serialize(H5F_t *f, void *_thing, haddr_t addr, size_t H5_AT
*
* H5F_addr_defined(fspace->addr)
*
- * will both be TRUE. If this contition does not hold, then
+ * will both be TRUE. If this condition does not hold, then
* either the free space info is not persistent
* (!H5F_addr_defined(fspace->addr)???) or the section info
* contains no free space data that must be written to file