summaryrefslogtreecommitdiffhomepage
path: root/benchmark/bm_ao_render.rb
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-03-07 04:27:37 +1000
committerJohn Bampton <[email protected]>2021-03-07 04:58:15 +1000
commit15f7b0182d5b33eaa9f4d460bfa00c72805eb381 (patch)
tree72e9ca03d21f9be486f9c6ba4bebe7c1a66f1fae /benchmark/bm_ao_render.rb
parent111e4e1ba8e4cfd098935d4ed1198327afd77194 (diff)
downloadmruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.tar.gz
mruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.zip
chore: fix spelling
Diffstat (limited to 'benchmark/bm_ao_render.rb')
-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