diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-12-06 06:10:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-12-06 06:10:02 (GMT) |
commit | bbd4f7d2a0bea8f984868e2bf88dd1c5f5aa35e8 (patch) | |
tree | 2f608f03c68879bc2838fe68bc5ef6c625be60fd /src/H5VLnative_dataset.c | |
parent | 107bcbd3dfff51895c99ea3ff71afa0ce693a956 (diff) | |
download | hdf5-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.c | 2 |
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 *); |