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 ec3dd19..d6d4c44 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -41,7 +41,7 @@ class H5_DLLCPP IntType : public AtomType {
// Retrieves the sign type for an integer type
H5T_sign_t getSign() const;
- // Sets the sign proprety for an integer type.
+ // Sets the sign property for an integer type.
void setSign(H5T_sign_t sign) const;
///\brief Returns this class name.