From 12c5e315c5090f32e0683b588ab3b8a2327da948 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 17 May 2008 22:06:48 -0500 Subject: [svn-r15030] Maintenance: Fixed a comment --- fortran/src/H5If.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12