From 084df96eb1d76a41c0e1eb5c7cd9ed26eee43a23 Mon Sep 17 00:00:00 2001 From: tmm1 Date: Mon, 27 May 2013 07:55:59 +0000 Subject: fix typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_trace.c b/vm_trace.c index 75988060fd..8cea63ee43 100644 --- a/vm_trace.c +++ b/vm_trace.c @@ -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; -- cgit v1.2.3