summaryrefslogtreecommitdiffstats
path: root/src/H5Adense.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-12-12 15:10:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-12-12 15:10:57 (GMT)
commitbda52fdd680720cad6d2dd6f9b68f31cdd9dde19 (patch)
tree7db5288683dedf37221942c559ae7d7038779f99 /src/H5Adense.c
parent45f11bf42ef06be5db7fa26441b298fa74530a4b (diff)
downloadhdf5-bda52fdd680720cad6d2dd6f9b68f31cdd9dde19.zip
hdf5-bda52fdd680720cad6d2dd6f9b68f31cdd9dde19.tar.gz
hdf5-bda52fdd680720cad6d2dd6f9b68f31cdd9dde19.tar.bz2
[svn-r13051] Description:
Minor code neatening, before making snapshot... Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Adense.c')
-rw-r--r--src/H5Adense.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Adense.c b/src/H5Adense.c
index 7395189..8dea1b7 100644
--- a/src/H5Adense.c
+++ b/src/H5Adense.c
@@ -627,7 +627,7 @@ H5A_dense_insert(H5F_t *f, hid_t dxpl_id, const H5O_t *oh, unsigned mesg_flags,
HDassert(oh);
HDassert(attr);
- /* Check for insertin shared attribute */
+ /* Check for inserting shared attribute */
if(mesg_flags & H5O_MSG_FLAG_SHARED) {
/* XXX: fix me */
HDfprintf(stderr, "%s: inserting shared attributes in dense storage not supported yet!\n", FUNC);
@@ -1089,7 +1089,7 @@ H5A_dense_remove_bt2_cb(const void *_record, void *_bt2_udata)
FUNC_ENTER_NOAPI_NOINIT(H5A_dense_remove_bt2_cb)
- /* Check for insertin shared attribute */
+ /* Check for inserting shared attribute */
if(record->flags & H5O_MSG_FLAG_SHARED) {
/* XXX: fix me */
HDfprintf(stderr, "%s: removing shared attributes in dense storage not supported yet!\n", FUNC);