Fix function reference in comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@311981 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett 2011-03-31 17:51:04 +00:00
parent 2176df5d83
commit 57d979fa26
1 changed files with 1 additions and 1 deletions

View File

@ -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)