[asterisk-commits] mmichelson: trunk r94978 - in /trunk: ./	main/io.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Dec 27 14:11:21 CST 2007
    
    
  
Author: mmichelson
Date: Thu Dec 27 14:11:20 2007
New Revision: 94978
URL: http://svn.digium.com/view/asterisk?view=rev&rev=94978
Log:
Merged revisions 94977 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r94977 | mmichelson | 2007-12-27 14:09:06 -0600 (Thu, 27 Dec 2007) | 3 lines
Fixing a typo in a comment.
........
Modified:
    trunk/   (props changed)
    trunk/main/io.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/io.c
URL: http://svn.digium.com/view/asterisk/trunk/main/io.c?view=diff&rev=94978&r1=94977&r2=94978
==============================================================================
--- trunk/main/io.c (original)
+++ trunk/main/io.c Thu Dec 27 14:11:20 2007
@@ -52,7 +52,7 @@
    the same index.  it's too bad that
    pollfd doesn't have a callback field
    or something like that.  They grow as
-   needed, by GROW_SHRINK_AMOUNT structures
+   needed, by GROW_SHRINK_SIZE structures
    at once */
 
 #define GROW_SHRINK_SIZE 512
    
    
More information about the asterisk-commits
mailing list