summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-09-03 13:03:28 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-09-03 13:03:28 (GMT)
commitdaecf8f06d382cd34091c3ccc06c38fb81d9beb6 (patch)
treefc6ea48b6ff3706e868638a67eb8c83cc482dc9f /src/H5VLnative.h
parentbde9257f0228d71fdf23cb6743e79882f1975a74 (diff)
downloadhdf5-daecf8f06d382cd34091c3ccc06c38fb81d9beb6.zip
hdf5-daecf8f06d382cd34091c3ccc06c38fb81d9beb6.tar.gz
hdf5-daecf8f06d382cd34091c3ccc06c38fb81d9beb6.tar.bz2
Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR to
H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COORD per a review comment.
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r--src/H5VLnative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index 73c6189..a8d5720 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -38,7 +38,7 @@ typedef int H5VL_native_dataset_optional_t;
#define H5VL_NATIVE_DATASET_GET_CHUNK_STORAGE_SIZE 2 /* H5Dget_chunk_storage_size */
#define H5VL_NATIVE_DATASET_GET_NUM_CHUNKS 3 /* H5Dget_num_chunks */
#define H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_IDX 4 /* H5Dget_chunk_info */
-#define H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR 5 /* H5Dget_chunk_info_by_coord */
+#define H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COORD 5 /* H5Dget_chunk_info_by_coord */
#define H5VL_NATIVE_DATASET_CHUNK_READ 6 /* H5Dchunk_read */
#define H5VL_NATIVE_DATASET_CHUNK_WRITE 7 /* H5Dchunk_write */