summaryrefslogtreecommitdiffhomepage
path: root/build_config/ArduinoDue.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 /build_config/ArduinoDue.rb
parent111e4e1ba8e4cfd098935d4ed1198327afd77194 (diff)
downloadmruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.tar.gz
mruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.zip
chore: fix spelling
Diffstat (limited to 'build_config/ArduinoDue.rb')
-rw-r--r--build_config/ArduinoDue.rb2
1 files changed, 1 insertions, 1 deletions
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