mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a72bc2e716
commit
dfb9907cd3
1 changed files with 2 additions and 2 deletions
4
mjit.c
4
mjit.c
|
@ -570,7 +570,7 @@ system_tmpdir(void)
|
||||||
// A default threshold used to add iseq to JIT.
|
// A default threshold used to add iseq to JIT.
|
||||||
#define DEFAULT_MIN_CALLS_TO_ADD 10000
|
#define DEFAULT_MIN_CALLS_TO_ADD 10000
|
||||||
|
|
||||||
/* Start MJIT worker. Return TRUE if worker is sucessfully started. */
|
/* Start MJIT worker. Return TRUE if worker is successfully started. */
|
||||||
static bool
|
static bool
|
||||||
start_worker(void)
|
start_worker(void)
|
||||||
{
|
{
|
||||||
|
@ -592,7 +592,7 @@ start_worker(void)
|
||||||
|
|
||||||
/* Initialize MJIT. Start a thread creating the precompiled header and
|
/* Initialize MJIT. Start a thread creating the precompiled header and
|
||||||
processing ISeqs. The function should be called first for using MJIT.
|
processing ISeqs. The function should be called first for using MJIT.
|
||||||
If everything is successfull, MJIT_INIT_P will be TRUE. */
|
If everything is successful, MJIT_INIT_P will be TRUE. */
|
||||||
void
|
void
|
||||||
mjit_init(struct mjit_options *opts)
|
mjit_init(struct mjit_options *opts)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue