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

ruby-changes:55076

From: kazu <ko1@a...>
Date: Mon, 18 Mar 2019 01:32:54 +0900 (JST)
Subject: [ruby-changes:55076] kazu:r67283 (trunk): Fix typos [ci skip]

kazu	2019-03-18 01:32:49 +0900 (Mon, 18 Mar 2019)

  New Revision: 67283

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

  Log:
    Fix typos [ci skip]

  Modified files:
    trunk/mjit.c
Index: mjit.c
===================================================================
--- mjit.c	(revision 67282)
+++ mjit.c	(revision 67283)
@@ -570,7 +570,7 @@ system_tmpdir(void) https://github.com/ruby/ruby/blob/trunk/mjit.c#L570
 // A default threshold used to add iseq to JIT.
 #define DEFAULT_MIN_CALLS_TO_ADD 10000
 
-/* Start MJIT worker. Return TRUE if worker is sucessfully started. */
+/* Start MJIT worker. Return TRUE if worker is successfully started. */
 static bool
 start_worker(void)
 {
@@ -592,7 +592,7 @@ start_worker(void) https://github.com/ruby/ruby/blob/trunk/mjit.c#L592
 
 /* Initialize MJIT.  Start a thread creating the precompiled header and
    processing ISeqs.  The function should be called first for using MJIT.
-   If everything is successfull, MJIT_INIT_P will be TRUE.  */
+   If everything is successful, MJIT_INIT_P will be TRUE.  */
 void
 mjit_init(struct mjit_options *opts)
 {

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

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