summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.h
diff options
context:
space:
mode:
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 5ff88b6..b920a3b 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -39,7 +39,7 @@ class H5_DLLCPP StrType : public AtomType {
// Gets the string datatype of the specified dataset
StrType(const DataSet& dataset);
- // Constructors that opens an HDF5 string datatype, given a location.
+ // Constructors that open an HDF5 string datatype, given a location.
StrType(const H5Location& loc, const char* name);
StrType(const H5Location& loc, const H5std_string& name);