summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-20 18:36:51 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-20 18:36:52 -0700
commitb93d554be9d7882b7f0b3cfc0a6c925d20733001 (patch)
tree7470e92d823d2e33d832b3b219fe464b370e7923 /tool
parentddf96b7693639e354e95b4d0c6021586968a5a5f (diff)
Fix a typo [ci skip]
Diffstat (limited to 'tool')
-rw-r--r--tool/transform_mjit_header.rb2
1 files changed, 1 insertions, 1 deletions
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."