summaryrefslogtreecommitdiffstats
path: root/src/H5Tdeprec.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-30 21:00:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-30 21:00:38 (GMT)
commit81d67d5fdcba0dbc2b179798170f435e7becc8e2 (patch)
tree95c4bece14c311feff97a0d0cf82c697c7e6b667 /src/H5Tdeprec.c
parent50c4095c8c255973b5b24b9ee70f3ef79930b29f (diff)
downloadhdf5-81d67d5fdcba0dbc2b179798170f435e7becc8e2.zip
hdf5-81d67d5fdcba0dbc2b179798170f435e7becc8e2.tar.gz
hdf5-81d67d5fdcba0dbc2b179798170f435e7becc8e2.tar.bz2
Fix typo
Diffstat (limited to 'src/H5Tdeprec.c')
-rw-r--r--src/H5Tdeprec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tdeprec.c b/src/H5Tdeprec.c
index 9bd5ddd..6ee0cd7 100644
--- a/src/H5Tdeprec.c
+++ b/src/H5Tdeprec.c
@@ -147,7 +147,7 @@ H5Tcommit1(hid_t loc_id, const char *name, hid_t type_id)
new_obj->connector->nrefs ++;
new_obj->data = data;
- /* Set the committed type object to the VOL connectorg pointer in the H5T_t struct */
+ /* Set the committed type object to the VOL connector pointer in the H5T_t struct */
dt->vol_obj = new_obj;
done: