aboutsummaryrefslogtreecommitdiffstats
path: root/mjit_worker.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 16:35:20 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 16:35:20 +0000
commitcebc640790c084c110ae413231b976941fbfdc7f (patch)
treef9221710da4db2300b066b1627753f9016677578 /mjit_worker.c
parent5bd10603416d3f267704b8ad1040ebab163ca3b2 (diff)
downloadruby-cebc640790c084c110ae413231b976941fbfdc7f.tar.gz
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit_worker.c')
-rw-r--r--mjit_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_worker.c b/mjit_worker.c
index 5f52d40725..2ca79d8d3a 100644
--- a/mjit_worker.c
+++ b/mjit_worker.c
@@ -382,7 +382,7 @@ clean_object_files(struct rb_mjit_unit *unit)
`jit_func` value does not matter for 1 and 3 since the unit won't be used anymore.
For the situation 2, this sets the ISeq's JIT state to NOT_COMPILED_JIT_ISEQ_FUNC
- to prevent the situation that the same methods are continously compiled. */
+ to prevent the situation that the same methods are continuously compiled. */
static void
free_unit(struct rb_mjit_unit *unit)
{