diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-03-17 16:32:49 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-03-17 16:32:49 +0000 |
commit | dfb9907cd35ab914a421ccd864ca03594265f5a2 (patch) | |
tree | 56c0730590cc715ebbf1db53bd985f9c1bef62b6 | |
parent | a72bc2e716790b933106e524f662f2b63cafc6e2 (diff) | |
download | bundler-dfb9907cd35ab914a421ccd864ca03594265f5a2.tar.gz |
Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | mjit.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |