aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-22 19:57:43 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-22 19:57:43 +0000
commitdd05c33c008df347e5c195cd14a60b3ebcc474b9 (patch)
tree89a3c93bd11894c9ee1c4330ddcb9e4ca87cd284 /channels
parent43570b565cafee21bc39ee2954fd0912e4831ad3 (diff)
correct wording in comment
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@132642 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 6210a8f24..1feb149c4 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -326,7 +326,7 @@ struct dahdi_pri {
int resetting;
int resetpos;
#ifdef HAVE_PRI_INBANDDISCONNECT
- unsigned int inbanddisconnect:1; /*!< Should we support inband audio after receiving RELEASE? */
+ unsigned int inbanddisconnect:1; /*!< Should we support inband audio after receiving DISCONNECT? */
#endif
time_t lastreset; /*!< time when unused channels were last reset */
long resetinterval; /*!< Interval (in seconds) for resetting unused channels */