summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-04 17:48:15 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-04 17:48:15 (GMT)
commit1379878b7a7785d3f0c5fe97badcb7997bb2ce20 (patch)
tree94aef53e7078c3011475c560012380d59322feba /src/H5PL.c
parentf891c38c6e724e9032a534512618b9650be76377 (diff)
parent44895c80acfa3f57151c7811f710755d79a7f2cf (diff)
downloadhdf5-1379878b7a7785d3f0c5fe97badcb7997bb2ce20.zip
hdf5-1379878b7a7785d3f0c5fe97badcb7997bb2ce20.tar.gz
hdf5-1379878b7a7785d3f0c5fe97badcb7997bb2ce20.tar.bz2
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
Diffstat (limited to 'src/H5PL.c')
-rw-r--r--src/H5PL.c7
1 files changed, 3 insertions, 4 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