mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a1b1b6f7fb
commit
084df96eb1
1 changed files with 1 additions and 1 deletions
|
@ -1379,7 +1379,7 @@ Init_vm_trace(void)
|
|||
|
||||
typedef struct rb_postponed_job_struct {
|
||||
unsigned long flags; /* reserve */
|
||||
rb_thread_t *th; /* created therad, reserve */
|
||||
rb_thread_t *th; /* created thread, reserve */
|
||||
rb_postponed_job_func_t func;
|
||||
void *data;
|
||||
struct rb_postponed_job_struct *next;
|
||||
|
|
Loading…
Reference in a new issue