diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-18 03:06:48 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-18 03:06:48 (GMT) |
commit | 12c5e315c5090f32e0683b588ab3b8a2327da948 (patch) | |
tree | 03ec1316cfd67d1b1c557462ce61b75b7495bb73 | |
parent | 35261670d8033ab971379c14d6c91184b7080278 (diff) | |
download | hdf5-12c5e315c5090f32e0683b588ab3b8a2327da948.zip hdf5-12c5e315c5090f32e0683b588ab3b8a2327da948.tar.gz hdf5-12c5e315c5090f32e0683b588ab3b8a2327da948.tar.bz2 |
[svn-r15030] Maintenance: Fixed a comment
-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); |