about summary refs log tree commit homepage
path: root/lib/raindrops/last_data_recv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raindrops/last_data_recv.rb')
-rw-r--r--lib/raindrops/last_data_recv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raindrops/last_data_recv.rb b/lib/raindrops/last_data_recv.rb
index 3ec056e..3bc00e7 100644
--- a/lib/raindrops/last_data_recv.rb
+++ b/lib/raindrops/last_data_recv.rb
@@ -5,7 +5,7 @@ require "raindrops"
 #
 # A self-contained Rack application for aggregating in the
 # +tcpi_last_data_recv+ field in +struct tcp_info+ if
-# /usr/include/linux/tcp.h.  This is only useful for Linux 2.6 and later.
+# /usr/include/linux/tcp.h.  This is only useful for \Linux 2.6 and later.
 # This primarily supports Unicorn and derived servers, but may also be
 # used with any Ruby web server using the core TCPServer class in Ruby.
 #