1
0
Fork 0
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:
kazu 2019-03-17 16:32:49 +00:00
parent a72bc2e716
commit dfb9907cd3

4
mjit.c
View file

@ -570,7 +570,7 @@ system_tmpdir(void)
// A default threshold used to add iseq to JIT.
#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
start_worker(void)
{
@ -592,7 +592,7 @@ start_worker(void)
/* Initialize MJIT. Start a thread creating the precompiled header and
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
mjit_init(struct mjit_options *opts)
{