diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-12 15:10:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-12 15:10:57 (GMT) |
commit | bda52fdd680720cad6d2dd6f9b68f31cdd9dde19 (patch) | |
tree | 7db5288683dedf37221942c559ae7d7038779f99 /src/H5Adense.c | |
parent | 45f11bf42ef06be5db7fa26441b298fa74530a4b (diff) | |
download | hdf5-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.c | 4 |
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); |