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

ruby-changes:55078

From: kazu <ko1@a...>
Date: Mon, 18 Mar 2019 01:35:24 +0900 (JST)
Subject: [ruby-changes:55078] kazu:r67285 (trunk): Fix a typo [ci skip]

kazu	2019-03-18 01:35:20 +0900 (Mon, 18 Mar 2019)

  New Revision: 67285

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

  Log:
    Fix a typo [ci skip]

  Modified files:
    trunk/mjit_worker.c
Index: mjit_worker.c
===================================================================
--- mjit_worker.c	(revision 67284)
+++ mjit_worker.c	(revision 67285)
@@ -382,7 +382,7 @@ clean_object_files(struct rb_mjit_unit * https://github.com/ruby/ruby/blob/trunk/mjit_worker.c#L382
 
    `jit_func` value does not matter for 1 and 3 since the unit won't be used anymore.
    For the situation 2, this sets the ISeq's JIT state to NOT_COMPILED_JIT_ISEQ_FUNC
-   to prevent the situation that the same methods are continously compiled.  */
+   to prevent the situation that the same methods are continuously compiled.  */
 static void
 free_unit(struct rb_mjit_unit *unit)
 {

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

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