aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
authortmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 07:55:59 +0000
committertmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 07:55:59 +0000
commit084df96eb1d76a41c0e1eb5c7cd9ed26eee43a23 (patch)
treedadeda9383b4b79381f3eae4652c20eacba62fbf /vm_trace.c
parenta1b1b6f7fb22fddcb7843a021e16553f96aea137 (diff)
downloadruby-084df96eb1d76a41c0e1eb5c7cd9ed26eee43a23.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
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;