diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-12-07 18:00:47 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-12-07 18:00:47 (GMT) |
commit | 5267454ebdb883140e53daea5ff8bdf88c1ec3ef (patch) | |
tree | 039d5ee63fb454cdca129316d398f02a6069a9bb /src | |
parent | 1000e97d3a6867bce31f0c210e4f8f052659c73e (diff) | |
download | hdf5-5267454ebdb883140e53daea5ff8bdf88c1ec3ef.zip hdf5-5267454ebdb883140e53daea5ff8bdf88c1ec3ef.tar.gz hdf5-5267454ebdb883140e53daea5ff8bdf88c1ec3ef.tar.bz2 |
Implemented VOL APIs and C constants, no tests
Diffstat (limited to 'src')
-rw-r--r-- | src/H5VLpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h index b276128..2b055e7 100644 --- a/src/H5VLpublic.h +++ b/src/H5VLpublic.h @@ -360,7 +360,7 @@ typedef int H5VL_class_value_t; /* VOL connector identifier values */ #define H5_VOL_INVALID (-1) /* Invalid ID for VOL connector iD */ -#define H5_VOL_NATIVE 0 /* Native HDF5 file formnat VOL connector */ +#define H5_VOL_NATIVE 0 /* Native HDF5 file format VOL connector */ #define H5_VOL_RESERVED 256 /* VOL connector IDs below this value are reserved for library use */ #define H5_VOL_MAX 65535 /* Maximum VOL connector ID */ |