about summary refs log tree commit homepage
path: root/lib/raindrops/linux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raindrops/linux.rb')
-rw-r--r--lib/raindrops/linux.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/raindrops/linux.rb b/lib/raindrops/linux.rb
index 0e30c20..630bfe2 100644
--- a/lib/raindrops/linux.rb
+++ b/lib/raindrops/linux.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 
-# For reporting TCP ListenStats, users of older Linux kernels need to ensure
+# For reporting TCP ListenStats, users of older \Linux kernels need to ensure
 # that the the "inet_diag" and "tcp_diag" kernel modules are loaded as they do
 # not autoload correctly
 module Raindrops::Linux
@@ -14,7 +14,7 @@ module Raindrops::Linux
   # Get ListenStats from an array of +paths+
   #
   # Socket state mapping from integer => symbol, based on socket_state
-  # enum from include/linux/net.h in the Linux kernel:
+  # enum from include/linux/net.h in the \Linux kernel:
   #     typedef enum {
   #             SS_FREE = 0,              /* not allocated                */
   #             SS_UNCONNECTED,           /* unconnected to any socket    */