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

ruby-changes:69087

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:20:47 +0900 (JST)
Subject: [ruby-changes:69087] 924e3ca84f (master): fix typo

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

From 924e3ca84fba717f03bea7a4636f623f8e24b484 Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Wed, 25 Aug 2021 17:08:00 -0400
Subject: fix typo

---
 bootstraptest/test_yjit.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb
index 00abed9f3b..ea20224ec2 100644
--- a/bootstraptest/test_yjit.rb
+++ b/bootstraptest/test_yjit.rb
@@ -1785,7 +1785,7 @@ assert_equal '[:itself]', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_yjit.rb#L1785
     tp.enable
     Ractor.yield(nil)
 
-    # 3: run comipled method on tracing ractor
+    # 3: run compiled method on tracing ractor
     Ractor.yield(nil)
     traced_method
 
-- 
cgit v1.2.1


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

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