summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-02-28 22:46:14 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-02-28 22:46:14 (GMT)
commit833a813fae1285fd5041f9336cd5f5c8dd161241 (patch)
tree7a3897aa58352e576def4a8128df7efcf27e0aa2 /src/H5Pocpl.c
parente43364f036bee60281e81950b7249ce7501a84ca (diff)
downloadhdf5-833a813fae1285fd5041f9336cd5f5c8dd161241.zip
hdf5-833a813fae1285fd5041f9336cd5f5c8dd161241.tar.gz
hdf5-833a813fae1285fd5041f9336cd5f5c8dd161241.tar.bz2
[svn-r13436] Description:
Correct some errors in comments.
Diffstat (limited to 'src/H5Pocpl.c')
-rwxr-xr-xsrc/H5Pocpl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Pocpl.c b/src/H5Pocpl.c
index fa629b3..b454d08 100755
--- a/src/H5Pocpl.c
+++ b/src/H5Pocpl.c
@@ -243,7 +243,7 @@ done:
/*-------------------------------------------------------------------------
* Function: H5Pset_attr_creation_order
*
- * Purpose: Set the flags for creation order of attributes in a group
+ * Purpose: Set the flags for creation order of attributes on an object
*
* Return: Non-negative on success/Negative on failure
*
@@ -292,8 +292,8 @@ done:
/*-------------------------------------------------------------------------
* Function: H5Pget_attr_creation_order
*
- * Purpose: Returns the flag indicating that creation order is tracked
- * for attributes in a group.
+ * Purpose: Returns the flags indicating creation order is tracked/indexed
+ * for attributes on an object.
*
* Return: Non-negative on success/Negative on failure
*