summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index ec0049ee5..2959aa980 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -1020,7 +1020,7 @@ enum {
/*!
* \brief All softhangup flags.
*
- * This can be used as an argument to ast_channel_softhangup_clear
+ * This can be used as an argument to ast_channel_clear_softhangup()
* to clear all softhangup flags from a channel.
*/
AST_SOFTHANGUP_ALL = (0xFFFFFFFF)