summaryrefslogtreecommitdiffstats
path: root/c++/src/H5EnumType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5EnumType.h')
-rw-r--r--c++/src/H5EnumType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5EnumType.h b/c++/src/H5EnumType.h
index b4ffe43..054811b 100644
--- a/c++/src/H5EnumType.h
+++ b/c++/src/H5EnumType.h
@@ -38,7 +38,7 @@ class H5_DLLCPP EnumType : public DataType {
// Creates a new enum datatype based on an integer datatype
EnumType( const IntType& data_type ); // H5Tenum_create
- // Constructors that opens an enum datatype, given a location.
+ // Constructors that open an enum datatype, given a location.
EnumType(const H5Location& loc, const char* name);
EnumType(const H5Location& loc, const H5std_string& name);