aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-21 16:53:53 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-21 16:53:53 +0000
commit0e632c0c7d81d357e47485a3dcb06d790bef9403 (patch)
tree09a59334f683895a6a4767ad73b4df44f4ca5c87
parentbcae37f774d016a978acd0a192098c8cc46cabab (diff)
Fix grammatical error in comment.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@264999 f38db490-d61c-443f-a65b-d21fe96a405b
-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 04e4511dd..12bbe163a 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.