summaryrefslogtreecommitdiff
path: root/benchmark/bm_so_meteor_contest.rb
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-24 11:56:10 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-24 11:56:10 +0000
commitfb725a20e2b3b509de44c85dd8ed83a21743b08e (patch)
tree77da1d9b154ee9ce4a44e38eee8b5e4d6f59c249 /benchmark/bm_so_meteor_contest.rb
parent42d491cd1bf21a016185713f4cdecfa622ef5e58 (diff)
* benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo
s/accross/across/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark/bm_so_meteor_contest.rb')
-rw-r--r--benchmark/bm_so_meteor_contest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_meteor_contest.rb b/benchmark/bm_so_meteor_contest.rb
index 99cf6a91cc..e57f430db6 100644
--- a/benchmark/bm_so_meteor_contest.rb
+++ b/benchmark/bm_so_meteor_contest.rb
@@ -326,7 +326,7 @@ end
# The exact procedure is described in-code
def prunable( board, location, slotting = false)
collectors = []
- # loop accross the rows
+ # loop across the rows
(location / 6).to_i.upto(9) do | row_on |
# obtain a set of regions representing the bits of the curent row.
regions = $regions[(board >> (row_on * 6)) & 0b11111]