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

ruby-changes:56979

From: Kazuhiro <ko1@a...>
Date: Tue, 13 Aug 2019 01:03:42 +0900 (JST)
Subject: [ruby-changes:56979] Kazuhiro NISHIYAMA: 0f10828fcf (master): Fix a typo [ci skip]

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

From 0f10828fcfe4a0d082398da71992a7535a4fab52 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Tue, 13 Aug 2019 01:03:14 +0900
Subject: Fix a typo [ci skip]


diff --git a/cont.c b/cont.c
index 59a1d8a..8e76ae1 100644
--- a/cont.c
+++ b/cont.c
@@ -579,7 +579,7 @@ fiber_pool_allocation_free(struct fiber_pool_allocation * allocation) https://github.com/ruby/ruby/blob/trunk/cont.c#L579
 }
 #endif
 
-// Acquire a stack from the given fiber pool. If none are avilable, allocate more.
+// Acquire a stack from the given fiber pool. If none are available, allocate more.
 static struct fiber_pool_stack
 fiber_pool_stack_acquire(struct fiber_pool * fiber_pool) {
     struct fiber_pool_vacancy * vacancy = fiber_pool_vacancy_pop(fiber_pool);
-- 
cgit v0.10.2


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

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