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

ruby-changes:50369

From: normal <ko1@a...>
Date: Mon, 19 Feb 2018 18:29:06 +0900 (JST)
Subject: [ruby-changes:50369] normal:r62485 (trunk): thread_pthread.c: spelling ("cancellation")

normal	2018-02-19 18:28:56 +0900 (Mon, 19 Feb 2018)

  New Revision: 62485

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62485

  Log:
    thread_pthread.c: spelling ("cancellation")

  Modified files:
    trunk/thread_pthread.c
Index: thread_pthread.c
===================================================================
--- thread_pthread.c	(revision 62484)
+++ thread_pthread.c	(revision 62485)
@@ -1745,7 +1745,7 @@ mjit_worker(void *arg) https://github.com/ruby/ruby/blob/trunk/thread_pthread.c#L1745
     void (*worker_func)(void) = (void(*)(void))arg;
 
     if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) != 0) {
-        fprintf(stderr, "Cannot enable cancelation in MJIT worker\n");
+        fprintf(stderr, "Cannot enable cancellation in MJIT worker\n");
     }
 #ifdef SET_CURRENT_THREAD_NAME
     SET_CURRENT_THREAD_NAME("ruby-mjitworker"); /* 16 byte including NUL */

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

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