diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 18:00:19 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 18:00:19 (GMT) |
commit | 53d990c2c31095a0662e5119587bfcad34a21a8f (patch) | |
tree | d70208839a7c3fa314299acb6253dbae32678fab /src/H5Ocache.c | |
parent | c3902706ad01a5f1c0a6a213a4eac9c75f4709d9 (diff) | |
parent | dbfa606888c6ed92da882936e63c4f3b13551607 (diff) | |
download | hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.zip hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.tar.gz hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.tar.bz2 |
Merge branch 'lrknox-spelling-corrections' into hdf5_1_12
Diffstat (limited to 'src/H5Ocache.c')
-rw-r--r-- | src/H5Ocache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c index 3aae0cb..ba47da3 100644 --- a/src/H5Ocache.c +++ b/src/H5Ocache.c @@ -275,7 +275,7 @@ H5O__cache_verify_chksum(const void *_image, size_t len, void *_udata) * * Note that the object header is read with with a speculative read. * If the initial read is too small, make note of this fact and return - * without error. H5C__load_entry() will note the size discrepency + * without error. H5C__load_entry() will note the size discrepancy * and retry the deserialize operation with the correct size read. * * Return: Success: Pointer to in core representation |