about summary refs log tree commit homepage
path: root/lib/unicorn/tee_input.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/tee_input.rb')
-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?