summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-03-31 17:51:04 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-03-31 17:51:04 +0000
commit57d979fa26a07ffa586c51cb16010d5135434c6d (patch)
tree0248c2ea02cedbe695f01ff35c51342fa2991dab /include
parent2176df5d83fa5f207a24b24934096aad0a3d157e (diff)
Fix function reference in comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@311981 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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)