diff options
| author | John Bampton <[email protected]> | 2021-03-07 04:27:37 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-03-07 04:58:15 +1000 |
| commit | 15f7b0182d5b33eaa9f4d460bfa00c72805eb381 (patch) | |
| tree | 72e9ca03d21f9be486f9c6ba4bebe7c1a66f1fae /build_config/RX630.rb | |
| parent | 111e4e1ba8e4cfd098935d4ed1198327afd77194 (diff) | |
| download | mruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.tar.gz mruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.zip | |
chore: fix spelling
Diffstat (limited to 'build_config/RX630.rb')
| -rw-r--r-- | build_config/RX630.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
