summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-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 c33a4ae7a..f5eaeeb12 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -1480,7 +1480,7 @@ int ast_waitfor(struct ast_channel *chan, int ms);
*
* There are functions such as ast_safe_sleep which will
* service a channel to ensure that it does not have a
- * have a large backlog of queued frames. When this happens,
+ * large backlog of queued frames. When this happens,
* we want to hold on to specific frame types and just drop
* others. This function will tell if the frame we just
* read should be held onto.