summaryrefslogtreecommitdiffstats
path: root/src/H5Oattribute.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-03-06 17:37:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-03-06 17:37:28 (GMT)
commitf25328a15af33de7f804728776ec407ca4393b25 (patch)
tree7c48b35f9f139299aa75ce00d017b5860d857423 /src/H5Oattribute.c
parent2b14b281442a6890cc36b799c6ec5eedf365dcfc (diff)
downloadhdf5-f25328a15af33de7f804728776ec407ca4393b25.zip
hdf5-f25328a15af33de7f804728776ec407ca4393b25.tar.gz
hdf5-f25328a15af33de7f804728776ec407ca4393b25.tar.bz2
[svn-r13469] Description:
Minor code rearrangements and comment cleanups, in preparation for moving attribute tracking information out of object header prefix. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Oattribute.c')
-rw-r--r--src/H5Oattribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oattribute.c b/src/H5Oattribute.c
index ac76f78..9637055 100644
--- a/src/H5Oattribute.c
+++ b/src/H5Oattribute.c
@@ -255,7 +255,7 @@ H5O_attr_create(const H5O_loc_t *loc, hid_t dxpl_id, H5A_t *attr)
} /* end if */
} /* end if */
- /* Increment attribute count */
+ /* Increment attribute count on object */
oh->nattrs++;
/* Later versions of the object header track the creation index on all messages */