1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-13 01:03:14 +09:00
parent 4d3fb24736
commit 0f10828fcf
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

2
cont.c
View file

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