[前][次][番号順一覧][スレッド一覧]

ruby-changes:28902

From: tmm1 <ko1@a...>
Date: Mon, 27 May 2013 16:56:10 +0900 (JST)
Subject: [ruby-changes:28902] tmm1:r40954 (trunk): fix typo

tmm1	2013-05-27 16:55:59 +0900 (Mon, 27 May 2013)

  New Revision: 40954

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40954

  Log:
    fix typo

  Modified files:
    trunk/vm_trace.c

Index: vm_trace.c
===================================================================
--- vm_trace.c	(revision 40953)
+++ vm_trace.c	(revision 40954)
@@ -1379,7 +1379,7 @@ Init_vm_trace(void) https://github.com/ruby/ruby/blob/trunk/vm_trace.c#L1379
 
 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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]