summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5If.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-18 03:06:48 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-18 03:06:48 (GMT)
commit12c5e315c5090f32e0683b588ab3b8a2327da948 (patch)
tree03ec1316cfd67d1b1c557462ce61b75b7495bb73 /fortran/src/H5If.c
parent35261670d8033ab971379c14d6c91184b7080278 (diff)
downloadhdf5-12c5e315c5090f32e0683b588ab3b8a2327da948.zip
hdf5-12c5e315c5090f32e0683b588ab3b8a2327da948.tar.gz
hdf5-12c5e315c5090f32e0683b588ab3b8a2327da948.tar.bz2
[svn-r15030] Maintenance: Fixed a comment
Diffstat (limited to 'fortran/src/H5If.c')
-rw-r--r--fortran/src/H5If.c2
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);