[asterisk-commits] mmichelson: branch 1.4 r94977 - /branches/1.4/main/io.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 27 14:09:07 CST 2007


Author: mmichelson
Date: Thu Dec 27 14:09:06 2007
New Revision: 94977

URL: http://svn.digium.com/view/asterisk?view=rev&rev=94977
Log:
Fixing a typo in a comment.


Modified:
    branches/1.4/main/io.c

Modified: branches/1.4/main/io.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/io.c?view=diff&rev=94977&r1=94976&r2=94977
==============================================================================
--- branches/1.4/main/io.c (original)
+++ branches/1.4/main/io.c Thu Dec 27 14:09:06 2007
@@ -57,7 +57,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