summaryrefslogtreecommitdiff
path: root/include/inivalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inivalue.h')
-rw-r--r--include/inivalue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inivalue.h b/include/inivalue.h
index 9afb1a2..349a5c7 100644
--- a/include/inivalue.h
+++ b/include/inivalue.h
@@ -26,8 +26,8 @@ public:
IniValue(const char *name, const bool isorig) : _name(name), _isorig(isorig) {}
/**
- * Cast to a number
- * @return int32_t
+ * Cast to a 16-bit number
+ * @return int16_t
*/
operator int16_t () const
{