summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5IntType.h')
-rw-r--r--c++/src/H5IntType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h
index 09a311f..74786b9 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -33,7 +33,7 @@ class H5_DLLCPP IntType : public AtomType {
// Gets the integer datatype of the specified dataset
IntType(const DataSet& dataset);
- // Constructors that opens an HDF5 integer datatype, given a location.
+ // Constructors that open an HDF5 integer datatype, given a location.
IntType(const H5Location& loc, const char* name);
IntType(const H5Location& loc, const H5std_string& name);