summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.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/H5StrType.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/H5StrType.h')
-rw-r--r--c++/src/H5StrType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5StrType.h b/c++/src/H5StrType.h
index 24c9ca3..38974da 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -65,7 +65,7 @@ class H5_DLLCPP StrType : public AtomType {
// Creates a string datatype using an existing id
StrType(const hid_t existing_id);
- // Copy constructor - makes a copy of the original object
+ // Copy constructor: same as the original StrType.
StrType(const StrType& original);
// Noop destructor.