summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-10 16:16:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-10 16:16:57 (GMT)
commit674243b8571700409c52beffeb85e2d792444061 (patch)
tree600bdf1e40c463ac262c5d8af3a439391facb72f /src
parent451e55aac05e53728556e5b648843dca556a795f (diff)
downloadhdf5-674243b8571700409c52beffeb85e2d792444061.zip
hdf5-674243b8571700409c52beffeb85e2d792444061.tar.gz
hdf5-674243b8571700409c52beffeb85e2d792444061.tar.bz2
[svn-r10177] Purpose:
Update comments Description: Correct comment about how H5B2_create() works. Platforms tested: None, just minor comment change.
Diffstat (limited to 'src')
-rw-r--r--src/H5B2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index c9b3fa7..812bdb8 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -279,9 +279,8 @@ done:
*
* Purpose: Creates a new empty B-tree in the file.
*
- * Return: Success: Pointer to a new B-tree.
- *
- * Failure: NULL
+ * Return: Non-negative on success (with address of new B-tree
+ * filled in), negative on failure
*
* Programmer: Quincey Koziol
* koziol@ncsa.uiuc.edu