diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-18 03:05:42 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-18 03:05:42 (GMT) |
commit | f0b8da5851403d97baa7e0791e9f28e7a294b91e (patch) | |
tree | 2eeed65eec69c2adb31706681b5a236bac15c5d9 /fortran/src | |
parent | 7c818eaf88b22a9073288de381023c655456021c (diff) | |
download | hdf5-f0b8da5851403d97baa7e0791e9f28e7a294b91e.zip hdf5-f0b8da5851403d97baa7e0791e9f28e7a294b91e.tar.gz hdf5-f0b8da5851403d97baa7e0791e9f28e7a294b91e.tar.bz2 |
[svn-r15029] Maintenance: Fixed a comment
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/H5If.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5If.c b/fortran/src/H5If.c index b4c7660..e5d4d29 100644 --- a/fortran/src/H5If.c +++ b/fortran/src/H5If.c @@ -70,7 +70,7 @@ nh5iget_name_c(hid_t_f *obj_id, _fcd buf, size_t_f *buf_size, size_t_f *name_siz char *c_buf =NULL; /* - * Allocate buffer to hold name of an attribute + * Allocate buffer to hold name of an object */ c_buf_size = (size_t)*buf_size +1; c_buf = (char *)HDmalloc(c_buf_size); |