summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-12-23 09:02:49 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-12-23 09:02:49 +0900
commitf156f70b3192ddab41e432e743936a09a5aaae09 (patch)
treef524ab23300bdc901d82f5cd49e73299c9af5a23 /ruby.c
parentf85e8d2a8b2a37740334db4fd92ef820f05ddbc5 (diff)
Revert "Fixed misspellings"
This reverts commit f85e8d2a8b2a37740334db4fd92ef820f05ddbc5. It violated the limit of width (> 80) and caused the test failure
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 303fc3de66..e0ef3e946e 100644
--- a/ruby.c
+++ b/ruby.c
@@ -306,7 +306,7 @@ usage(const char *name, int help)
static const struct message mjit_options[] = {
M("--jit-warnings", "", "Enable printing JIT warnings"),
M("--jit-debug", "", "Enable JIT debugging (very slow), or add cflags if specified"),
- M("--jit-wait", "", "Wait until JIT compilation is finished every time (for testing)"),
+ M("--jit-wait", "", "Wait until JIT compilation is finished everytime (for testing)"),
M("--jit-save-temps", "", "Save JIT temporary files in $TMP or /tmp (for testing)"),
M("--jit-verbose=num", "", "Print JIT logs of level num or less to stderr (default: 0)"),
M("--jit-max-cache=num", "", "Max number of methods to be JIT-ed in a cache (default: 100)"),