From: Mark Michelson Date: Fri, 21 May 2010 16:53:53 +0000 (+0000) Subject: Fix grammatical error in comment. X-Git-Tag: 1.4.33-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94238573fa906f3901af15f14f8f29bd9f049a5a;p=thirdparty%2Fasterisk.git Fix grammatical error in comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@264999 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 04e4511dd2..12bbe163a4 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -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.