summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-05-21 16:54:21 +0000
committerMark Michelson <mmichelson@digium.com>2010-05-21 16:54:21 +0000
commitf30952c57712883749f328a51c1d1b4b5d6fb0f6 (patch)
tree04fbbacdfdc7d678ffa0b292ed4d1998ce469ede
parent73e8c7572e5558878abcbcb121ac6128853f7ed6 (diff)
Merged revisions 264999 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r264999 | mmichelson | 2010-05-21 11:53:53 -0500 (Fri, 21 May 2010) | 3 lines Fix grammatical error in comment. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@265000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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.