summaryrefslogtreecommitdiff
path: root/main/io.c
diff options
context:
space:
mode:
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 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