[asterisk-commits] russell: trunk r89488 - /trunk/channels/chan_iax2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 21 12:24:24 CST 2007
Author: russell
Date: Wed Nov 21 12:24:23 2007
New Revision: 89488
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89488
Log:
fix a small gramatical error in a comment
Modified:
trunk/channels/chan_iax2.c
Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=89488&r1=89487&r2=89488
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Wed Nov 21 12:24:23 2007
@@ -1473,7 +1473,7 @@
* happens for *every* incoming media frame. It iterates through every
* possible call number, locking and unlocking each one, to try to match the
* incoming frame to an active call. Call numbers can be up to 2^15, 32768.
- * So, for an call with a local call number of 20000, every incoming audio
+ * So, for a call with a local call number of 20000, every incoming audio
* frame would require 20000 mutex lock and unlock operations. Ouch.
*
* It's a shame that IAX2 media frames carry the source call number instead of
More information about the asterisk-commits
mailing list