From 0f10828fcfe4a0d082398da71992a7535a4fab52 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 13 Aug 2019 01:03:14 +0900 Subject: Fix a typo [ci skip] --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') 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); -- cgit v1.2.3