summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 19df411..6fe465a 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -354,7 +354,7 @@ H5F_get_obj_ids_cb(void UNUSED *obj_ptr, hid_t obj_id, void *key)
done:
FUNC_LEAVE_NOAPI(ret_value)
-} /* H5F_get_obj_count_cb */
+} /* H5F_get_obj_ids_cb */
/*-------------------------------------------------------------------------