summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_dataset.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-12-06 06:10:02 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:20 (GMT)
commitfe1f87bc5c21255d038c0b0747c8479c1d3455f3 (patch)
tree83572e400b3a9be39875809a1f8c63ea7e2853b3 /src/H5VLnative_dataset.c
parent79557814af08d4c3f09a2014041635035b646cc9 (diff)
downloadhdf5-fe1f87bc5c21255d038c0b0747c8479c1d3455f3.zip
hdf5-fe1f87bc5c21255d038c0b0747c8479c1d3455f3.tar.gz
hdf5-fe1f87bc5c21255d038c0b0747c8479c1d3455f3.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 *);