ruby-changes:52839
From: k0kubun <ko1@a...>
Date: Sat, 13 Oct 2018 10:32:26 +0900 (JST)
Subject: [ruby-changes:52839] k0kubun:r65051 (trunk): win32/win32.c: fix typo in comment [ci skip]
k0kubun 2018-10-13 10:32:20 +0900 (Sat, 13 Oct 2018) New Revision: 65051 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65051 Log: win32/win32.c: fix typo in comment [ci skip] Modified files: trunk/win32/win32.c Index: win32/win32.c =================================================================== --- win32/win32.c (revision 65050) +++ win32/win32.c (revision 65051) @@ -1297,7 +1297,7 @@ rb_w32_start_process(const char *abspath https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L1297 { /* NOTE: This function is used by MJIT worker, so it can be used parallelly with Ruby's main thread. So functions touching things shared with main thread can't - be sued, like `ALLOCV` that may trigger GC or `FindFreeChildSlot` that finds + be used, like `ALLOCV` that may trigger GC or `FindFreeChildSlot` that finds a slot from shared memory without atomic locks. */ struct ChildRecord child; char *cmd; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/