summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-31 01:27:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-31 01:27:23 (GMT)
commita88e78ace708f47fdd1169582189bb33789131ab (patch)
tree87c347d7e8789c8cc7279b42f161f32b3392da6c
parent51edd286ac330ed5188f06d8ec1b4567238c3dfa (diff)
downloadhdf5-a88e78ace708f47fdd1169582189bb33789131ab.zip
hdf5-a88e78ace708f47fdd1169582189bb33789131ab.tar.gz
hdf5-a88e78ace708f47fdd1169582189bb33789131ab.tar.bz2
Removed 'VOL' from some H5PL comments.
-rw-r--r--src/H5PL.c7
-rw-r--r--src/H5PLint.c2
2 files changed, 4 insertions, 5 deletions
diff --git a/src/H5PL.c b/src/H5PL.c
index fc42554..8f6ec36 100644
--- a/src/H5PL.c
+++ b/src/H5PL.c
@@ -62,8 +62,8 @@
* Purpose: Control the loading of dynamic plugin types.
*
* The plugin_control_mask parameter is a bitfield that controls
- * whether certain classes of plugins (e.g.: filters,
- * VOL drivers) will be loaded by the library.
+ * whether certain classes of plugins (e.g.: filters)
+ * will be loaded by the library.
*
* plugin bit = 0, will prevent the use of that dynamic plugin type.
* plugin bit = 1, will allow the use of that dynamic plugin type.
@@ -101,8 +101,7 @@ done:
* Function: H5PLget_loading_state
*
* Purpose: Get the bitmask that controls whether certain classes
- * of plugins (e.g.: filters, VOL drivers) will be loaded
- * by the library.
+ * of plugins (e.g.: filters) will be loaded by the library.
*
* Zero if all plugin types are disabled
* Negative if all plugin types are enabled
diff --git a/src/H5PLint.c b/src/H5PLint.c
index b190746..8b649d2 100644
--- a/src/H5PLint.c
+++ b/src/H5PLint.c
@@ -66,7 +66,7 @@ hbool_t H5_PKG_INIT_VAR = FALSE;
/*******************/
/* Bitmask that controls whether classes of plugins
- * (e.g.: filters, VOL drivers) can be loaded.
+ * (e.g.: filters) can be loaded.
*/
static unsigned int H5PL_plugin_control_mask_g = H5PL_ALL_PLUGIN;