summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-08 03:56:22 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-08 03:56:22 (GMT)
commit6c161ba4dc7c25da6ecbe98aec10fff7b1365df6 (patch)
tree8f38dd97ac21f998c58f439fd564242417a7c150 /c++
parent45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b (diff)
downloadhdf5-6c161ba4dc7c25da6ecbe98aec10fff7b1365df6.zip
hdf5-6c161ba4dc7c25da6ecbe98aec10fff7b1365df6.tar.gz
hdf5-6c161ba4dc7c25da6ecbe98aec10fff7b1365df6.tar.bz2
Fixed a comment.
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5File.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h
index 55ae73e..e06a942 100644
--- a/c++/src/H5File.h
+++ b/c++/src/H5File.h
@@ -28,7 +28,7 @@ namespace H5 {
a root group. It is now done in 1.10 (Mar 30) and 1.8.19
releases. -BMR
*/
-// Inheritance: CommonFG/H5Location -> IdComponent
+// Inheritance: Group -> CommonFG/H5Object -> H5Location -> IdComponent
class H5_DLLCPP H5File : public Group {
public:
// Creates or opens an HDF5 file.