aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-22 16:07:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-22 16:07:12 -0800
commit4de2297d74fbc0a0e69ac8bcc2aad5b192fd11b6 (patch)
treee729cde74192dfca20f2934c34c36b3679544059 /ruby.c
parentf156f70b3192ddab41e432e743936a09a5aaae09 (diff)
downloadruby-4de2297d74fbc0a0e69ac8bcc2aad5b192fd11b6.tar.gz
Re-apply f85e8d2a8b keeping characters < 80
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 e0ef3e946e..5a7aa62168 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 everytime (for testing)"),
+ M("--jit-wait", "", "Wait until JIT compilation finishes every time (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)"),