Unverified Commit 833f556c authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5374 from jbampton/fix-spelling

chore: fix spelling
parents 111e4e1b 15f7b018
# AO render benchmark # 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/ # https://code.google.com/p/aobench/
# Ruby(yarv2llvm) version by Hideki Miura # Ruby(yarv2llvm) version by Hideki Miura
# mruby version by Hideki Miura # mruby version by Hideki Miura
......
...@@ -32,7 +32,7 @@ MRuby::CrossBuild.new("ArduinoDue") do |conf| ...@@ -32,7 +32,7 @@ MRuby::CrossBuild.new("ArduinoDue") do |conf|
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64) cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8) cc.defines << %w(KHASH_DEFAULT_SIZE=8)
cc.defines << %w(MRB_GC_STRESS) cc.defines << %w(MRB_GC_STRESS)
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio. #cc.defines << %w(MRB_NO_STDIO) #if you don't need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval #cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
end end
......
...@@ -18,7 +18,7 @@ MRuby::CrossBuild.new("RX630") do |conf| ...@@ -18,7 +18,7 @@ MRuby::CrossBuild.new("RX630") do |conf|
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64) cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8) cc.defines << %w(KHASH_DEFAULT_SIZE=8)
cc.defines << %w(MRB_GC_STRESS) cc.defines << %w(MRB_GC_STRESS)
cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio. cc.defines << %w(MRB_NO_STDIO) #if you don't need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval #cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
end end
......
...@@ -29,7 +29,7 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf| ...@@ -29,7 +29,7 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf|
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64) cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8) cc.defines << %w(KHASH_DEFAULT_SIZE=8)
cc.defines << %w(MRB_GC_STRESS) cc.defines << %w(MRB_GC_STRESS)
#cc.defines << %w(MRB_NO_STDIO) #if you dont need stdio. #cc.defines << %w(MRB_NO_STDIO) #if you don't need stdio.
#cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval #cc.defines << %w(POOL_PAGE_SIZE=1000) #effective only for use with mruby-eval
end end
......
...@@ -94,7 +94,7 @@ LEGAL ...@@ -94,7 +94,7 @@ LEGAL
Additional Licenses Additional Licenses
Due to the reason that you choosed additional mruby packages (GEMS), Due to the reason that you chose additional mruby packages (GEMS),
please check the following additional licenses too: please check the following additional licenses too:
GEMS_LEGAL GEMS_LEGAL
......
...@@ -300,7 +300,7 @@ Higher NDK version will be use. ...@@ -300,7 +300,7 @@ Higher NDK version will be use.
case RUBY_PLATFORM case RUBY_PLATFORM
when /mswin|mingw|win32/ when /mswin|mingw|win32/
# Build for Android dont need window flag # Build for Android don't need window flag
flags += %W(-U_WIN32 -U_WIN64) flags += %W(-U_WIN32 -U_WIN64)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment