summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--benchmark/bm_ao_render.rb2
-rw-r--r--build_config/ArduinoDue.rb2
-rw-r--r--build_config/RX630.rb2
-rw-r--r--build_config/chipKITMax32.rb2
-rw-r--r--tasks/mrbgems.rake2
-rw-r--r--tasks/toolchains/android.rake2
6 files changed, 6 insertions, 6 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
diff --git a/build_config/ArduinoDue.rb b/build_config/ArduinoDue.rb
index ba7271633..9292183e2 100644
--- a/build_config/ArduinoDue.rb
+++ b/build_config/ArduinoDue.rb
@@ -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
diff --git a/build_config/RX630.rb b/build_config/RX630.rb
index d09a74c10..7c3cfc792 100644
--- a/build_config/RX630.rb
+++ b/build_config/RX630.rb
@@ -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
diff --git a/build_config/chipKITMax32.rb b/build_config/chipKITMax32.rb
index 4fe8b4ba2..cb3192610 100644
--- a/build_config/chipKITMax32.rb
+++ b/build_config/chipKITMax32.rb
@@ -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
diff --git a/tasks/mrbgems.rake b/tasks/mrbgems.rake
index ad98f7356..509f5164f 100644
--- a/tasks/mrbgems.rake
+++ b/tasks/mrbgems.rake
@@ -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
diff --git a/tasks/toolchains/android.rake b/tasks/toolchains/android.rake
index 2368b93b5..48526bc43 100644
--- a/tasks/toolchains/android.rake
+++ b/tasks/toolchains/android.rake
@@ -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