summaryrefslogtreecommitdiff
path: root/mjit.c
diff options
context:
space:
mode:
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)
{