summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2023-10-03 19:39:01 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2023-10-03 19:39:01 (GMT)
commitdb8b00865fdb76ce076d2032a0b27c5b012e9afc (patch)
tree3ffb877096fe9dec084f9d0d6a43e9a416460f35 /c++/src
parent3f0b8817a166bac02ee6155544b950d9c4cdfbc3 (diff)
parentcb6de06dcc18b31ab3f1d53bd93f0bbfaa0a17e1 (diff)
downloadhdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.zip
hdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.tar.gz
hdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.tar.bz2
Merge branch 'develop' into feature/vol_tools_tests
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/H5DcreatProp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.cpp b/c++/src/H5DcreatProp.cpp
index 3d0193d..8b199a8 100644
--- a/c++/src/H5DcreatProp.cpp
+++ b/c++/src/H5DcreatProp.cpp
@@ -368,7 +368,7 @@ DSetCreatPropList::setFilter(H5Z_filter_t filter_id, unsigned int flags, size_t
///\exception H5::PropListIException
///\par Description
/// Deletes a filter from the dataset creation property list;
-/// deletes all filters if \a filter_id is \c H5Z_FILTER_NONE.
+/// deletes all filters if \a filter_id is \c H5Z_FILTER_ALL.
//--------------------------------------------------------------------------
void
DSetCreatPropList::removeFilter(H5Z_filter_t filter_id) const