[asterisk-commits] tilghman: branch 1.4 r171122 - /branches/1.4/res/res_agi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Jan 25 14:40:44 CST 2009


Author: tilghman
Date: Sun Jan 25 14:40:44 2009
New Revision: 171122

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=171122
Log:
Err, yeah.

Modified:
    branches/1.4/res/res_agi.c

Modified: branches/1.4/res/res_agi.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/res/res_agi.c?view=diff&rev=171122&r1=171121&r2=171122
==============================================================================
--- branches/1.4/res/res_agi.c (original)
+++ branches/1.4/res/res_agi.c Sun Jan 25 14:40:44 2009
@@ -1982,7 +1982,7 @@
 		 * it allows the main thread to proceed, even without the child PID
 		 * dying immediately (the child may be doing cleanup, etc.).  Without
 		 * this code, zombie processes accumulate for as long as child
-		 * processes exist (which on busy systems may be never, filling up the
+		 * processes exist (which on busy systems may be always, filling up the
 		 * process table).
 		 *
 		 * Note that in trunk, we don't stop interaction at the hangup event




More information about the asterisk-commits mailing list