summaryrefslogtreecommitdiffstats
path: root/c++
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++
parentf323a72861467a6f503b06946194b3576aa0fc7b (diff)
downloadhdf5-da11686a2f28313f90f64d849044bb446be8ebd6.zip
hdf5-da11686a2f28313f90f64d849044bb446be8ebd6.tar.gz
hdf5-da11686a2f28313f90f64d849044bb446be8ebd6.tar.bz2
Fixed typos.
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5Group.h2
-rw-r--r--c++/src/H5Location.cpp2
-rw-r--r--c++/src/H5Object.cpp2
3 files changed, 3 insertions, 3 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
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp
index 33d0832..c3d20ee 100644
--- a/c++/src/H5Location.cpp
+++ b/c++/src/H5Location.cpp
@@ -65,7 +65,7 @@ H5Location::H5Location() : IdComponent() {}
// been moved to the sub-classes. It will be removed in 1.10 release. If its
// removal does not raise any problems in 1.10, it will be removed from 1.8 in
// subsequent releases.
-// Removed in 1.10.1 - Aug 2016
+// Removed in 1.8.18 and 1.10.1 - Aug 2016
//--------------------------------------------------------------------------
// H5Location::H5Location(const hid_t object_id) : IdComponent() {}
diff --git a/c++/src/H5Object.cpp b/c++/src/H5Object.cpp
index 91d0f82..2e67e6e 100644
--- a/c++/src/H5Object.cpp
+++ b/c++/src/H5Object.cpp
@@ -48,7 +48,7 @@ H5Object::H5Object() : H5Location() {}
// been moved to the sub-classes. It will be removed in 1.10 release. If its
// removal does not raise any problems in 1.10, it will be removed from 1.8 in
// subsequent releases.
-// Removed in 1.10.1 - Aug 2016
+// Removed in 1.8.18 and 1.10.1 - Aug 2016
//--------------------------------------------------------------------------
//H5Object::H5Object(const hid_t object_id) : H5Location() {}