]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix grammatical error in comment.
authorMark Michelson <mmichelson@digium.com>
Fri, 21 May 2010 16:53:53 +0000 (16:53 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 21 May 2010 16:53:53 +0000 (16:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@264999 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/channel.h

index 04e4511dd285a61ca5358d4b35260eeeccdb4091..12bbe163a43e3bb9ad7b2009a24fe0fa9a8e6a31 100644 (file)
@@ -864,7 +864,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.