aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 20:11:20 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 20:11:20 +0000
commitd35e2bf77c6405ca52f90d72eadf5fb84d7df6e4 (patch)
tree049f154561a02a604675f4f3eacbd2927f0d6ef8 /main
parentdedbfb6302d902b011c7d0fcd4fb8535015e0e3a (diff)
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: http://svn.digium.com/svn/asterisk/trunk@94978 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/io.c b/main/io.c
index 3ed2e0242..68b73d26c 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