Fixing a typo in a comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@94977 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2007-12-27 20:09:06 +00:00
parent e276b231fb
commit 5dc1371bf2

View File

@@ -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