Merge pull request #5374 from jbampton/fix-spelling

chore: fix spelling
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-03-07 18:12:16 +09:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -32,7 +32,7 @@ MRuby::CrossBuild.new("ArduinoDue") do |conf|
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
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
end
+1 -1
View File
@@ -18,7 +18,7 @@ MRuby::CrossBuild.new("RX630") do |conf|
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
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
end
+1 -1
View File
@@ -29,7 +29,7 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf|
cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
cc.defines << %w(KHASH_DEFAULT_SIZE=8)
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
end
+1 -1
View File
@@ -94,7 +94,7 @@ LEGAL
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:
GEMS_LEGAL
+1 -1
View File
@@ -300,7 +300,7 @@ Higher NDK version will be use.
case RUBY_PLATFORM
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)
end