summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-13 02:08:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-13 02:08:12 (GMT)
commit6c789d291392a7cfdfd31f9f15a581b2e8a557d4 (patch)
tree4d3ddc0261378a3e6f37e61acca7b2a50c219d9f /c++/src/H5DxferProp.h
parenta8afb3ab3b32b07611fb5932303dd0594a1c9658 (diff)
parent19d54162ce7e43f04572b7cea12695df11ba7bea (diff)
downloadhdf5-6c789d291392a7cfdfd31f9f15a581b2e8a557d4.zip
hdf5-6c789d291392a7cfdfd31f9f15a581b2e8a557d4.tar.gz
hdf5-6c789d291392a7cfdfd31f9f15a581b2e8a557d4.tar.bz2
Merge pull request #946 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '19d54162ce7e43f04572b7cea12695df11ba7bea': Fixed typo Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r--c++/src/H5DxferProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h
index 75205cf..6955778 100644
--- a/c++/src/H5DxferProp.h
+++ b/c++/src/H5DxferProp.h
@@ -102,7 +102,7 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
///\brief Returns this class name.
virtual H5std_string fromClass () const { return("DSetMemXferPropList"); }
- // Copy constructor: makes a copy of a DSetMemXferPropList object.
+ // Copy constructor - same as the original DSetMemXferPropList.
DSetMemXferPropList(const DSetMemXferPropList& orig);
// Creates a copy of an existing dataset memory and transfer