From: Mark Michelson Date: Thu, 27 Dec 2007 20:11:20 +0000 (+0000) Subject: Merged revisions 94977 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05d2bc0fbfc361f933a804824a458ecc0f77f3c7;p=thirdparty%2Fasterisk.git 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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94978 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/io.c b/main/io.c index 3ed2e02422..68b73d26cd 100644 --- a/main/io.c +++ b/main/io.c @@ -52,7 +52,7 @@ struct io_rec { 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