aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 16:32:49 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 16:32:49 +0000
commitdfb9907cd35ab914a421ccd864ca03594265f5a2 (patch)
tree56c0730590cc715ebbf1db53bd985f9c1bef62b6 /mjit.c
parenta72bc2e716790b933106e524f662f2b63cafc6e2 (diff)
downloadruby-dfb9907cd35ab914a421ccd864ca03594265f5a2.tar.gz
Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mjit.c b/mjit.c
index 130cda7fd9..84d807791c 100644
--- a/mjit.c
+++ b/mjit.c
@@ -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)
{