summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-28 03:42:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-28 03:42:02 (GMT)
commit544ab1c78a9f6e5d09b76ba134c0ac3164736fa7 (patch)
tree47b0e7ab5cc851e143d80ea8e4f931abb7246613 /src/H5VLint.c
parent621014be2818eaf62393f3a03cb17f121f0bbf9a (diff)
downloadhdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.zip
hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.tar.gz
hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.tar.bz2
Added more sub-tests to the VOL plugin test.
Diffstat (limited to 'src/H5VLint.c')
-rw-r--r--src/H5VLint.c2
1 files changed, 1 insertions, 1 deletions
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).
*
*-------------------------------------------------------------------------
*/