summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-10 20:28:02 (GMT)
committerGitHub <noreply@github.com>2023-03-10 20:28:02 (GMT)
commit06bf32bf4a5e0f5d9633b589676f42c611780412 (patch)
tree4164b24a49a710554cc61d9771066c1804f73406 /src/H5S.c
parentd51c97e7f5efb4dac91f7135018ab85eca81999c (diff)
downloadhdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.zip
hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.gz
hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.bz2
Fix new codespell issues (#2521) (#2533)
* Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5S.c b/src/H5S.c
index 84f2f82..70580b4 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -1608,7 +1608,7 @@ H5S_decode(const unsigned char **p)
{
H5F_t *f = NULL; /* Fake file structure*/
H5S_t *ds; /* Decoded dataspace */
- H5S_extent_t *extent; /* Entent of decoded dataspace */
+ H5S_extent_t *extent; /* Extent of decoded dataspace */
const unsigned char *pp = (*p); /* Local pointer for decoding */
size_t extent_size; /* size of the extent message*/
uint8_t sizeof_size; /* 'Size of sizes' for file */