diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:22:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:22:20 (GMT) |
commit | 785b356d4079e465422f66adeda0281c404242f1 (patch) | |
tree | 2d58acc0fba359e4a5971825efa8d1ab5a50f91e /src/H5B2.c | |
parent | 6d23bbece1d4b3b9aba3ab1590f2cbf0524e1dad (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |