summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Group.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-18 19:42:46 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-18 19:42:46 (GMT)
commitda11686a2f28313f90f64d849044bb446be8ebd6 (patch)
treead474f9cc16a51f9e8c9a5dba9df448ce0002b6d /c++/src/H5Group.h
parentf323a72861467a6f503b06946194b3576aa0fc7b (diff)
downloadhdf5-da11686a2f28313f90f64d849044bb446be8ebd6.zip
hdf5-da11686a2f28313f90f64d849044bb446be8ebd6.tar.gz
hdf5-da11686a2f28313f90f64d849044bb446be8ebd6.tar.bz2
Fixed typos.
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r--c++/src/H5Group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h
index ab5b186..c01652b 100644
--- a/c++/src/H5Group.h
+++ b/c++/src/H5Group.h
@@ -39,7 +39,7 @@ class H5_DLLCPP Group : public H5Object, public CommonFG {
// Creates a group by way of dereference.
Group(const H5Location& loc, const void* ref, H5R_type_t ref_type = H5R_OBJECT);
- // Removed in 1.10.1, because H5Location is baseclass
+ // Removed in 1.8.19, because H5Location is baseclass
//Group(const Attribute& attr, const void* ref, H5R_type_t ref_type = H5R_OBJECT);
// default constructor