summaryrefslogtreecommitdiffstats
path: root/src/H5Iint.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-03 16:01:28 (GMT)
committerGitHub <noreply@github.com>2023-10-03 16:01:28 (GMT)
commit34fcb9c5a480c70d43c85373850f91d079b3a179 (patch)
tree13a646eecb112484660e792239808efb94c34ef1 /src/H5Iint.c
parent4261552068d5ffd7bd708db92aea99793a1bcf2a (diff)
downloadhdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.zip
hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.gz
hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.bz2
Fix several spelling/grammar issues (#3621)
Diffstat (limited to 'src/H5Iint.c')
-rw-r--r--src/H5Iint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Iint.c b/src/H5Iint.c
index 63557c5..7d8b4ac 100644
--- a/src/H5Iint.c
+++ b/src/H5Iint.c
@@ -1149,7 +1149,7 @@ H5I_dec_app_ref_async(hid_t id, void **token)
/* Sanity check */
assert(id >= 0);
- /* [Possibly] aynchronously decrement refcount on ID */
+ /* [Possibly] asynchronously decrement refcount on ID */
if ((ret_value = H5I__dec_app_ref(id, token)) < 0)
HGOTO_ERROR(H5E_ID, H5E_CANTDEC, (-1), "can't asynchronously decrement ID ref count");
@@ -1254,7 +1254,7 @@ H5I_dec_app_ref_always_close_async(hid_t id, void **token)
/* Sanity check */
assert(id >= 0);
- /* [Possibly] aynchronously decrement refcount on ID */
+ /* [Possibly] asynchronously decrement refcount on ID */
if ((ret_value = H5I__dec_app_ref_always_close(id, token)) < 0)
HGOTO_ERROR(H5E_ID, H5E_CANTDEC, (-1), "can't asynchronously decrement ID ref count");