about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-11 14:05:25 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-11 14:33:13 -0800
commit87995dec06334eb6a52d3f991a86bc191037d4b9 (patch)
treef4c1c488538dd8941fb8fe385a0987cbc6f203b0 /lib
parent560216c2fecfc5cf3489f749dc7a0221fd78eb26 (diff)
downloadunicorn-87995dec06334eb6a52d3f991a86bc191037d4b9.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/tee_input.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/tee_input.rb b/lib/unicorn/tee_input.rb
index 474f10f..4d1ec8c 100644
--- a/lib/unicorn/tee_input.rb
+++ b/lib/unicorn/tee_input.rb
@@ -124,7 +124,7 @@ module Unicorn
   private
 
     # tees off a +length+ chunk of data from the input into the IO
-    # backing store as well as returning it.  +buf+ must be specified.
+    # backing store as well as returning it.  +dst+ must be specified.
     # returns nil if reading from the input returns nil
     def tee(length, dst)
       unless parser.body_eof?