This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-13 01:03:14 +09:00
Родитель 4d3fb24736
Коммит 0f10828fcf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

2
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);