about summary refs log tree commit homepage
path: root/lib/rainbows/fiber/body.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/fiber/body.rb')
-rw-r--r--lib/rainbows/fiber/body.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/fiber/body.rb b/lib/rainbows/fiber/body.rb
index b77e310..3de45ee 100644
--- a/lib/rainbows/fiber/body.rb
+++ b/lib/rainbows/fiber/body.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
 # non-portable body handling for Fiber-based concurrency goes here
 # this module is required and included in worker processes only
-# this is meant to be included _after_ Rainbows::HttpResponse::Body
+# this is meant to be included _after_ Rainbows::Response::Body
 module Rainbows::Fiber::Body # :nodoc:
 
   # TODO non-blocking splice(2) under Linux