summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_dataset.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-12-06 06:10:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-12-06 06:10:02 (GMT)
commitbbd4f7d2a0bea8f984868e2bf88dd1c5f5aa35e8 (patch)
tree2f608f03c68879bc2838fe68bc5ef6c625be60fd /src/H5VLnative_dataset.c
parent107bcbd3dfff51895c99ea3ff71afa0ce693a956 (diff)
downloadhdf5-bbd4f7d2a0bea8f984868e2bf88dd1c5f5aa35e8.zip
hdf5-bbd4f7d2a0bea8f984868e2bf88dd1c5f5aa35e8.tar.gz
hdf5-bbd4f7d2a0bea8f984868e2bf88dd1c5f5aa35e8.tar.bz2
Minor tweaks noticed while going over VOL documentation.
Diffstat (limited to 'src/H5VLnative_dataset.c')
-rw-r--r--src/H5VLnative_dataset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative_dataset.c b/src/H5VLnative_dataset.c
index 676d859..399c19f 100644
--- a/src/H5VLnative_dataset.c
+++ b/src/H5VLnative_dataset.c
@@ -241,7 +241,7 @@ H5VL__native_dataset_get(void *obj, H5VL_dataset_get_t get_type,
break;
}
- /* H5Dget_space_statuc */
+ /* H5Dget_space_status */
case H5VL_DATASET_GET_SPACE_STATUS:
{
H5D_space_status_t *allocation = HDva_arg(arguments, H5D_space_status_t *);