summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-12-12 15:43:05 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-12-12 15:43:05 (GMT)
commit3e445ef12939610ef8c42bff38760ac1a9f3fca6 (patch)
tree1511ab25596a7eaf03df2118897d0f3494837fda /src/H5Dpkg.h
parente14ec4276e502322554ce0de8c5257c96174eb76 (diff)
parent8822bc3c4128ba4e134dfbb4e1ed2d942dad4cb4 (diff)
downloadhdf5-3e445ef12939610ef8c42bff38760ac1a9f3fca6.zip
hdf5-3e445ef12939610ef8c42bff38760ac1a9f3fca6.tar.gz
hdf5-3e445ef12939610ef8c42bff38760ac1a9f3fca6.tar.bz2
Merge branch 'develop' into parallel_vds_develop
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index c84c245..30652a5 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -110,7 +110,7 @@ typedef struct H5D_type_info_t {
hbool_t bkg_buf_allocated; /* Whether the background buffer was allocated */
} H5D_type_info_t;
-/* types for dataset optional VOL operations */
+/* Types for dataset optional VOL operations */
typedef enum H5VL_dataset_optional_t {
H5VL_DATASET_FORMAT_CONVERT, /* H5Dformat_convert (internal) */
H5VL_DATASET_GET_CHUNK_INDEX_TYPE, /* H5Dget_chunk_index_type */