aboutsummaryrefslogtreecommitdiffstats
path: root/main/io.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 20:09:06 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 20:09:06 +0000
commitb4b1996ad4a9e2894f3fb0c6809bc3f88bafb4cc (patch)
treecbd211afc6e73cbbb6a377ed5289723746dcfdb4 /main/io.c
parent4b7923d84df1396e89baeb5af1f3a2a7930247b3 (diff)
Fixing a typo in a comment.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@94977 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/io.c')
-rw-r--r--main/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/io.c b/main/io.c
index 1c4d5f4e0..ced692180 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