summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-12-17 15:10:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-12-17 15:10:06 (GMT)
commit2c55e17cfb6d396ffc33065bcba2ef8ceb7081b8 (patch)
tree6cbb949643aea2f43ebb88e84c9d35c7b8a282c5 /src
parent0a00732c4d9ba64a0507fd5dfe73929496383074 (diff)
downloadhdf5-2c55e17cfb6d396ffc33065bcba2ef8ceb7081b8.zip
hdf5-2c55e17cfb6d396ffc33065bcba2ef8ceb7081b8.tar.gz
hdf5-2c55e17cfb6d396ffc33065bcba2ef8ceb7081b8.tar.bz2
[svn-r28702] Description:
Fix typo in comment. Tested on: (Unneeded)
Diffstat (limited to 'src')
-rw-r--r--src/H5Aint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Aint.c b/src/H5Aint.c
index baa352c..12ffb7d 100644
--- a/src/H5Aint.c
+++ b/src/H5Aint.c
@@ -1878,7 +1878,7 @@ H5A_set_version(const H5F_t *f, H5A_t *attr)
/* Check which version to encode attribute with */
if(use_latest_format)
- attr->shared->version = H5O_ATTR_VERSION_LATEST; /* Write out latest version of format */
+ attr->shared->version = H5O_ATTR_VERSION_LATEST; /* Write out latest attribute version */
else if(attr->shared->encoding != H5T_CSET_ASCII)
attr->shared->version = H5O_ATTR_VERSION_3; /* Write version which includes the character encoding */
else if(type_shared || space_shared)