summaryrefslogtreecommitdiffstats
path: root/src/H5B2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-29 21:22:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-29 21:22:20 (GMT)
commit785b356d4079e465422f66adeda0281c404242f1 (patch)
tree2d58acc0fba359e4a5971825efa8d1ab5a50f91e /src/H5B2.c
parent6d23bbece1d4b3b9aba3ab1590f2cbf0524e1dad (diff)
downloadhdf5-785b356d4079e465422f66adeda0281c404242f1.zip
hdf5-785b356d4079e465422f66adeda0281c404242f1.tar.gz
hdf5-785b356d4079e465422f66adeda0281c404242f1.tar.bz2
[svn-r10503] Purpose:
Fix typo Description: Fix typo in comment. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5B2.c')
-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