summaryrefslogtreecommitdiffhomepage
path: root/build_config/ArduinoDue.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-07 18:12:16 +0900
committerGitHub <[email protected]>2021-03-07 18:12:16 +0900
commit833f556c70b33d427e36d737289e744c496a4d90 (patch)
tree72e9ca03d21f9be486f9c6ba4bebe7c1a66f1fae /build_config/ArduinoDue.rb
parent111e4e1ba8e4cfd098935d4ed1198327afd77194 (diff)
parent15f7b0182d5b33eaa9f4d460bfa00c72805eb381 (diff)
downloadmruby-833f556c70b33d427e36d737289e744c496a4d90.tar.gz
mruby-833f556c70b33d427e36d737289e744c496a4d90.zip
Merge pull request #5374 from jbampton/fix-spelling
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