]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixing a typo in a comment.
authorMark Michelson <mmichelson@digium.com>
Thu, 27 Dec 2007 20:09:06 +0000 (20:09 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 27 Dec 2007 20:09:06 +0000 (20:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@94977 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/io.c

index 1c4d5f4e003d63c22a2e1c4821316ff64d84987f..ced692180a8ba5a12199b240375b0ea970be478b 100644 (file)
--- 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