aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-13 01:03:14 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-13 01:03:14 +0900
commit0f10828fcfe4a0d082398da71992a7535a4fab52 (patch)
treedf94e9d72443cc29847855ce00e22998b8c0cd82 /cont.c
parent4d3fb247364a13e12ea41885511b944b0e37917d (diff)
downloadruby-0f10828fcfe4a0d082398da71992a7535a4fab52.tar.gz
Fix a typo [ci skip]
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 59a1d8ab39..8e76ae1393 100644
--- a/cont.c
+++ b/cont.c
@@ -579,7 +579,7 @@ fiber_pool_allocation_free(struct fiber_pool_allocation * allocation)
}
#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);