[svn-commits] kpfleming: branch qwell/echocan-debug r2430 - /team/qwell/echocan-debug/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 21 08:29:32 MST 2007


Author: kpfleming
Date: Sat Apr 21 10:29:31 2007
New Revision: 2430

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2430
Log:
minor typo

Modified:
    team/qwell/echocan-debug/zaptel-base.c

Modified: team/qwell/echocan-debug/zaptel-base.c
URL: http://svn.digium.com/view/zaptel/team/qwell/echocan-debug/zaptel-base.c?view=diff&rev=2430&r1=2429&r2=2430
==============================================================================
--- team/qwell/echocan-debug/zaptel-base.c (original)
+++ team/qwell/echocan-debug/zaptel-base.c Sat Apr 21 10:29:31 2007
@@ -5752,7 +5752,7 @@
 	spin_lock_irqsave(&ss->lock, flags);
 
 	if (ss->readchunkpreec) {
-		/* Save a copy of the audio before the echo can has it's way with it */
+		/* Save a copy of the audio before the echo can has its way with it */
 		for (x = 0; x < ZT_CHUNKSIZE; x++)
 			/* We only ever really need to deal with signed linear - let's just convert it now */
 			ss->readchunkpreec[x] = ZT_XLAW(rxchunk[x], ss);



More information about the svn-commits mailing list