diff --git a/tool/transform_mjit_header.rb b/tool/transform_mjit_header.rb index 503e4c3593..2180236824 100644 --- a/tool/transform_mjit_header.rb +++ b/tool/transform_mjit_header.rb @@ -226,7 +226,7 @@ end MJITHeader.remove_predefined_macros!(code) -if MJITHeader.windows? # transformation is broken on Windows and the platfor is not supported +if MJITHeader.windows? # transformation is broken on Windows and the platform is not supported MJITHeader.remove_harmful_macros!(code) MJITHeader.check_code!(code, cc, cflags, 'initial') puts "\nSkipped transforming external functions to static on Windows."