diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-28 03:42:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-28 03:42:02 (GMT) |
commit | 544ab1c78a9f6e5d09b76ba134c0ac3164736fa7 (patch) | |
tree | 47b0e7ab5cc851e143d80ea8e4f931abb7246613 /src | |
parent | 621014be2818eaf62393f3a03cb17f121f0bbf9a (diff) | |
download | hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.zip hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.tar.gz hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.tar.bz2 |
Added more sub-tests to the VOL plugin test.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5VL.c | 11 | ||||
-rw-r--r-- | src/H5VLint.c | 2 |
2 files changed, 5 insertions, 8 deletions
@@ -11,7 +11,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Purpose: The Virtual Object Layer as described in documentation. + * Purpose: The Virtual Object Layer as described in documentation. * The pupose is to provide an abstraction on how to access the * underlying HDF5 container, whether in a local file with * a specific file format, or remotely on other machines, etc... @@ -486,14 +486,11 @@ done: /*--------------------------------------------------------------------------- * Function: H5VLcmp_connector_cls * - * Purpose: Compares two connector classes + * Purpose: Compares two connector classes (based on their value field) * - * Return: Success: Non-negative, with *cmp set to positive if - * connector_id1 is greater than connector_id2, negative if connector_id2 - * is greater than connector_id1 and zero if connector_id1 and connector_id2 - * are equal. + * Return: Success: Non-negative, *cmp set to a value like strcmp * - * Failure: Negative + * Failure: Negative, *cmp unset * *--------------------------------------------------------------------------- */ diff --git a/src/H5VLint.c b/src/H5VLint.c index d51be0c..8695a80 100644 --- a/src/H5VLint.c +++ b/src/H5VLint.c @@ -881,7 +881,7 @@ done: * * Return: Positive if VALUE1 is greater than VALUE2, negative if * VALUE2 is greater than VALUE1 and zero if VALUE1 and - * VALUE2 are equal. + * VALUE2 are equal (like strcmp). * *------------------------------------------------------------------------- */ |