about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-24 22:52:00 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-24 22:52:00 -0800
commitcf504b527fa8ca2b612db1d7967a76536dc8347f (patch)
tree4b3b1ce16ea7323bf95083b1003a623193a54891 /lib/rainbows.rb
parent24248e78de684fbac374be216892a0b4050a1693 (diff)
downloadrainbows-cf504b527fa8ca2b612db1d7967a76536dc8347f.tar.gz
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 3fed331..8923bf6 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -5,7 +5,7 @@ module Rainbows
 
   # global vars because class/instance variables are confusing me :<
   # this struct is only accessed inside workers and thus private to each
-  # G.cur may not be used the network concurrency model
+  # G.cur may not be used in the network concurrency model
   class State < Struct.new(:alive,:m,:cur,:kato,:server,:tmp)
     def tick
       tmp.chmod(self.m = m == 0 ? 1 : 0)