[前][次][番号順一覧][スレッド一覧]

ruby-changes:73000

From: Takashi <ko1@a...>
Date: Sun, 21 Aug 2022 10:37:13 +0900 (JST)
Subject: [ruby-changes:73000] b93d554be9 (master): Fix a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=b93d554be9

From b93d554be9d7882b7f0b3cfc0a6c925d20733001 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
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(-)

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 https://github.com/ruby/ruby/blob/trunk/tool/transform_mjit_header.rb#L226
 
 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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]