summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2022-02-16 20:58:35 (GMT)
committerGitHub <noreply@github.com>2022-02-16 20:58:35 (GMT)
commitbbb0acf353920f8315ad59e80e9e8d0754cca655 (patch)
treee5c43c42dc0d3568bdd6b2e1a5a34e3d1f45487c /c++
parentd25d05d7406375e848857185c569377ec7c6fd33 (diff)
downloadhdf5-bbb0acf353920f8315ad59e80e9e8d0754cca655.zip
hdf5-bbb0acf353920f8315ad59e80e9e8d0754cca655.tar.gz
hdf5-bbb0acf353920f8315ad59e80e9e8d0754cca655.tar.bz2
Fixed AbstractDs::getVarLenType documentation (#1441)
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5AbstractDs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5AbstractDs.cpp b/c++/src/H5AbstractDs.cpp
index eeb0155..70d8531 100644
--- a/c++/src/H5AbstractDs.cpp
+++ b/c++/src/H5AbstractDs.cpp
@@ -302,7 +302,7 @@ AbstractDs::getStrType() const
//--------------------------------------------------------------------------
// Function: AbstractDs::getVarLenType
-///\brief Returns the floating-point datatype of this abstract dataset,
+///\brief Returns the variable length datatype of this abstract dataset,
/// which can be a dataset or an attribute.
///\return VarLenType instance
///\exception H5::DataTypeIException