From b93d554be9d7882b7f0b3cfc0a6c925d20733001 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 20 Aug 2022 18:36:51 -0700 Subject: Fix a typo [ci skip] --- tool/transform_mjit_header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') 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." -- cgit v1.2.3