summaryrefslogtreecommitdiffstats
path: root/src/H5B2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5B2.c')
-rw-r--r--src/H5B2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index dd95858..358e8ac 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -1008,8 +1008,9 @@ done:
* Function: H5B2_modify
*
* Purpose: Locate the specified information in a B-tree and modify it.
- * The UDATA can point to additional data passed
- * to the key comparison function.
+ * The UDATA points to additional data passed
+ * to the key comparison function for locating the record to
+ * modify.
*
* The 'OP' routine is called with the record found and the
* OP_DATA pointer, to allow caller to modify information about