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-16 16:14:02 (GMT)
commitd1c07a5a6f1653ed9abd37b319e210853be9b68d (patch)
treefc83f0cf8bfcd3161880c5cafa35b3d5e346fd40 /src/H5VLnative_dataset.c
parent957940befb6358345840a6943e8ff736cbdd11f7 (diff)
downloadhdf5-d1c07a5a6f1653ed9abd37b319e210853be9b68d.zip
hdf5-d1c07a5a6f1653ed9abd37b319e210853be9b68d.tar.gz
hdf5-d1c07a5a6f1653ed9abd37b319e210853be9b68d.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 *);