summaryrefslogtreecommitdiff
path: root/include/asterisk/devicestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/devicestate.h')
-rw-r--r--include/asterisk/devicestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index b13547a16..c6e3d43be 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -72,7 +72,7 @@ const char *devstate2str(enum ast_device_state devstate);
const char *ast_devstate_str(enum ast_device_state devstate);
/*! \brief Convert device state from text to integer value
- * \param The text representing the device state. Valid values are anything
+ * \param val The text representing the device state. Valid values are anything
* that comes after AST_DEVICE_ in one of the defined values.
* \return The AST_DEVICE_ integer value
*/