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

ruby-changes:69563

From: 180909 <ko1@a...>
Date: Tue, 2 Nov 2021 18:34:31 +0900 (JST)
Subject: [ruby-changes:69563] 83704a2851 (master): remove the repeat 'the'

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

From 83704a28519632eabe41664d58071381dd1e7159 Mon Sep 17 00:00:00 2001
From: 180909 <734461790@q...>
Date: Tue, 2 Nov 2021 17:18:26 +0800
Subject: remove the repeat 'the'

---
 yjit_iface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yjit_iface.c b/yjit_iface.c
index e4915f7e75e..9c52c4d2e34 100644
--- a/yjit_iface.c
+++ b/yjit_iface.c
@@ -514,7 +514,7 @@ yjit_blocks_for(VALUE mod, VALUE rb_iseq) https://github.com/ruby/ruby/blob/trunk/yjit_iface.c#L514
     return all_versions;
 }
 
-/* Get the address of the the code associated with a YJIT::Block */
+/* Get the address of the code associated with a YJIT::Block */
 static VALUE
 block_address(VALUE self)
 {
-- 
cgit v1.2.1


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

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