summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5B2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index aed8947..34eb96b 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -2865,7 +2865,7 @@ done:
* If the callback returns non-zero, the iteration breaks out
* without finishing all the records.
*
- * Return: Value from callback, non-negative on success, negative on error
+ * Return: Value from callback: non-negative on success, negative on error
*
* Programmer: Quincey Koziol
* koziol@ncsa.uiuc.edu