summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-03-09 20:07:54 (GMT)
committerGitHub <noreply@github.com>2022-03-09 20:07:54 (GMT)
commitd5ddf61803f30e87bdfa629339fabf6fe1eb4a3c (patch)
treea706f48c739c46d1f451c6e1346457c19838bc7a /src/H5Tcommit.c
parent16f482de8f6f9a7447bf1d73702377b994b58aff (diff)
downloadhdf5-d5ddf61803f30e87bdfa629339fabf6fe1eb4a3c.zip
hdf5-d5ddf61803f30e87bdfa629339fabf6fe1eb4a3c.tar.gz
hdf5-d5ddf61803f30e87bdfa629339fabf6fe1eb4a3c.tar.bz2
Minor tweaks from VFD SWMR normalization (#1474)
Diffstat (limited to 'src/H5Tcommit.c')
-rw-r--r--src/H5Tcommit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index e99494a..a3a1aa0 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -1127,7 +1127,7 @@ H5T_open(const H5G_loc_t *loc)
done:
if (ret_value == NULL) {
if (dt) {
- if (shared_fo == NULL) { /* Need to free shared of */
+ if (shared_fo == NULL) { /* Need to free shared file object */
if (dt->shared->owned_vol_obj && H5VL_free_object(dt->shared->owned_vol_obj) < 0)
HDONE_ERROR(H5E_DATATYPE, H5E_CANTCLOSEOBJ, NULL, "unable to close owned VOL object")
dt->shared = H5FL_FREE(H5T_shared_t, dt->shared);