From dfb9907cd35ab914a421ccd864ca03594265f5a2 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 17 Mar 2019 16:32:49 +0000 Subject: Fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- mjit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mjit.c') 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) { -- cgit v1.2.3