diff options
author | Elena <epourmal@hdfgroup.org> | 2020-08-12 20:19:41 (GMT) |
---|---|---|
committer | Elena <epourmal@hdfgroup.org> | 2020-08-12 20:19:41 (GMT) |
commit | 752411bfda95b6a143708994554a56cc8a5345c0 (patch) | |
tree | cc805ef2724a4c85ba2b0217e75914d3979625e1 | |
parent | 69cbfd4f9e9177ccabbe290c51e420c489e4404f (diff) | |
download | hdf5-752411bfda95b6a143708994554a56cc8a5345c0.zip hdf5-752411bfda95b6a143708994554a56cc8a5345c0.tar.gz hdf5-752411bfda95b6a143708994554a56cc8a5345c0.tar.bz2 |
Fixed several typos in the comments found by Larry during the review.
-rw-r--r-- | hl/src/H5DS.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/src/H5DS.c b/hl/src/H5DS.c index 31cbe13..c129e43 100644 --- a/hl/src/H5DS.c +++ b/hl/src/H5DS.c @@ -1915,9 +1915,9 @@ htri_t H5DSis_scale(hid_t did) hid_t aid = -1; /* attribute ID */ herr_t attr_class; /* has the "CLASS" attribute */ htri_t is_ds = 0; /* set to "not a dimension scale" */ - H5I_type_t it; /* type of identofier */ - char *buf; /* buffer to read a name of attribute */ - size_t string_size; /* Size of storage for the attribute */ + H5I_type_t it; /* type of identifier */ + char *buf; /* buffer to read name of attribute */ + size_t string_size; /* size of storage for the attribute */ H5T_class_t type_class; H5T_str_t strpad; |