From 5dc1371bf288936caa3c9bd950320dc406a156e7 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 27 Dec 2007 20:09:06 +0000 Subject: [PATCH] Fixing a typo in a comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@94977 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/io.c b/main/io.c index 1c4d5f4e00..ced692180a 100644 --- a/main/io.c +++ b/main/io.c @@ -57,7 +57,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