[asterisk-commits] dlee: branch dlee/ASTERISK-22455-deadlock r398575 - /team/dlee/ASTERISK-22455...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 6 15:34:14 CDT 2013


Author: dlee
Date: Fri Sep  6 15:34:12 2013
New Revision: 398575

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398575
Log:
Fixed a typ

Modified:
    team/dlee/ASTERISK-22455-deadlock/main/utils.c

Modified: team/dlee/ASTERISK-22455-deadlock/main/utils.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ASTERISK-22455-deadlock/main/utils.c?view=diff&rev=398575&r1=398574&r2=398575
==============================================================================
--- team/dlee/ASTERISK-22455-deadlock/main/utils.c (original)
+++ team/dlee/ASTERISK-22455-deadlock/main/utils.c Fri Sep  6 15:34:12 2013
@@ -585,7 +585,7 @@
 		enum ast_lock_type type;
 		/*! This thread is waiting on this lock */
 		int pending:2;
-		/*! A condition as suspended this lock */
+		/*! A condition has suspended this lock */
 		int suspended:1;
 #ifdef HAVE_BKTR
 		struct ast_bt *backtrace;




More information about the asterisk-commits mailing list