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

ruby-changes:71269

From: eileencodes <ko1@a...>
Date: Fri, 25 Feb 2022 04:00:20 +0900 (JST)
Subject: [ruby-changes:71269] 8b3b113d84 (master): [DOC] Fix typo in yjit docs

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

From 8b3b113d84cc9d4c38e2b19f2d54d4d0457b93fd Mon Sep 17 00:00:00 2001
From: eileencodes <eileencodes@g...>
Date: Thu, 24 Feb 2022 12:57:57 -0500
Subject: [DOC] Fix typo in yjit docs

I noticed this yesterday when pairing with Aaron, there was an extra "e"
in "callees".
---
 yjit_codegen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yjit_codegen.c b/yjit_codegen.c
index 155aa4a41c..a95428ce4a 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -146,7 +146,7 @@ jit_peek_at_local(jitstate_t *jit, ctx_t *ctx, int n) https://github.com/ruby/ruby/blob/trunk/yjit_codegen.c#L146
 }
 
 // Save the incremented PC on the CFP
-// This is necessary when calleees can raise or allocate
+// This is necessary when callees can raise or allocate
 static void
 jit_save_pc(jitstate_t *jit, x86opnd_t scratch_reg)
 {
-- 
cgit v1.2.1


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

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