summaryrefslogtreecommitdiff
path: root/benchmark/bm_app_aobench.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:50:01 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:50:01 +0000
commit30280ef6cd66356b03e86d90395b98d07b4e447a (patch)
tree4e44e1ca218656f698ada1b5a946861941e381ed /benchmark/bm_app_aobench.rb
parentd2e19fdc4225f5d82d82352040bb00a3d31166f4 (diff)
* benchmark/bm_app_aobench.rb: fix typos.
[ci skip][fix GH-1140] Patch by @jutaz * benchmark/bm_vm_thread_pipe.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark/bm_app_aobench.rb')
-rw-r--r--benchmark/bm_app_aobench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_app_aobench.rb b/benchmark/bm_app_aobench.rb
index ffab116fcd..2bd6acfaf8 100644
--- a/benchmark/bm_app_aobench.rb
+++ b/benchmark/bm_app_aobench.rb
@@ -229,7 +229,7 @@ class Scene
w.times do |x|
rad = Vec.new(0.0, 0.0, 0.0)
- # Subsmpling
+ # Subsampling
nsubsamples.times do |v|
nsubsamples.times do |u|