summaryrefslogtreecommitdiffstats
path: root/c++/src/H5VarLenType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5VarLenType.h')
-rw-r--r--c++/src/H5VarLenType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5VarLenType.h b/c++/src/H5VarLenType.h
index accb13e..af4f7b7 100644
--- a/c++/src/H5VarLenType.h
+++ b/c++/src/H5VarLenType.h
@@ -40,7 +40,7 @@ class H5_DLLCPP VarLenType : public DataType {
// Constructor that takes an existing id
VarLenType( const hid_t existing_id );
- // Constructors that opens a variable-length datatype, given a location.
+ // Constructors that open a variable-length datatype, given a location.
VarLenType(const H5Location& loc, const char* name);
VarLenType(const H5Location& loc, const H5std_string& name);