ruby-changes:50364
From: nobu <ko1@a...>
Date: Mon, 19 Feb 2018 15:28:10 +0900 (JST)
Subject: [ruby-changes:50364] nobu:r62480 (trunk): mjit.c: fix a typo [ci skip]
nobu 2018-02-19 15:28:03 +0900 (Mon, 19 Feb 2018) New Revision: 62480 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62480 Log: mjit.c: fix a typo [ci skip] Modified files: trunk/mjit.c Index: mjit.c =================================================================== --- mjit.c (revision 62479) +++ mjit.c (revision 62480) @@ -574,7 +574,7 @@ static const char *const CC_LDSHARED_ARG https://github.com/ruby/ruby/blob/trunk/mjit.c#L574 static const char *const CC_DLDFLAGS_ARGS[] = {MJIT_DLDFLAGS NULL}; #define CC_CODEFLAG_ARGS (mjit_opts.debug ? CC_DEBUG_ARGS : CC_OPTIMIZE_ARGS) -/* Status of the the precompiled header creation. The status is +/* Status of the precompiled header creation. The status is shared by the workers and the pch thread. */ static enum {PCH_NOT_READY, PCH_FAILED, PCH_SUCCESS} pch_status; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/