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

ruby-changes:53567

From: k0kubun <ko1@a...>
Date: Sun, 18 Nov 2018 17:22:51 +0900 (JST)
Subject: [ruby-changes:53567] k0kubun:r65783 (trunk): mjit_worker.c: fix typo [ci skip]

k0kubun	2018-11-18 17:22:46 +0900 (Sun, 18 Nov 2018)

  New Revision: 65783

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

  Log:
    mjit_worker.c: fix typo [ci skip]

  Modified files:
    trunk/mjit_worker.c
Index: mjit_worker.c
===================================================================
--- mjit_worker.c	(revision 65782)
+++ mjit_worker.c	(revision 65783)
@@ -1083,7 +1083,7 @@ convert_unit_to_func(struct rb_mjit_unit https://github.com/ruby/ruby/blob/trunk/mjit_worker.c#L1083
         o_files[0] = o_file;
         success = link_o_to_so(o_files, so_file);
 
-        /* Alwasy set o_file for compaction. The value is also used for lazy deletion. */
+        /* Always set o_file for compaction. The value is also used for lazy deletion. */
         unit->o_file = strdup(o_file);
         if (unit->o_file == NULL) {
             mjit_warning("failed to allocate memory to remember '%s' (%s), removing it...", o_file, strerror(errno));

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

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