summaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-07 18:12:16 +0900
committerGitHub <[email protected]>2021-03-07 18:12:16 +0900
commit833f556c70b33d427e36d737289e744c496a4d90 (patch)
tree72e9ca03d21f9be486f9c6ba4bebe7c1a66f1fae /benchmark
parent111e4e1ba8e4cfd098935d4ed1198327afd77194 (diff)
parent15f7b0182d5b33eaa9f4d460bfa00c72805eb381 (diff)
downloadmruby-833f556c70b33d427e36d737289e744c496a4d90.tar.gz
mruby-833f556c70b33d427e36d737289e744c496a4d90.zip
Merge pull request #5374 from jbampton/fix-spelling
chore: fix spelling
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bm_ao_render.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_ao_render.rb b/benchmark/bm_ao_render.rb
index 9381c85b6..e55c34e09 100644
--- a/benchmark/bm_ao_render.rb
+++ b/benchmark/bm_ao_render.rb
@@ -1,5 +1,5 @@
# AO render benchmark
-# Original program (C) Syoyo Fujita in Javascript (and other languages)
+# Original program (C) Syoyo Fujita in JavaScript (and other languages)
# https://code.google.com/p/aobench/
# Ruby(yarv2llvm) version by Hideki Miura
# mruby version by Hideki Miura