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