diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-10 16:16:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-10 16:16:57 (GMT) |
commit | 674243b8571700409c52beffeb85e2d792444061 (patch) | |
tree | 600bdf1e40c463ac262c5d8af3a439391facb72f /src | |
parent | 451e55aac05e53728556e5b648843dca556a795f (diff) | |
download | hdf5-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.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |