win32/win32.c: fix typo in comment [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-10-13 01:32:20 +00:00
parent cf9cd06b78
commit e296f6cf63

View File

@ -1297,7 +1297,7 @@ rb_w32_start_process(const char *abspath, char *const *argv, int out_fd)
{ {
/* NOTE: This function is used by MJIT worker, so it can be used parallelly with /* 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 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. */ a slot from shared memory without atomic locks. */
struct ChildRecord child; struct ChildRecord child;
char *cmd; char *cmd;