summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-23 08:31:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-23 08:41:34 +0900
commitf85e8d2a8b2a37740334db4fd92ef820f05ddbc5 (patch)
tree5c47885781cc94b27fb1f24f529639d0e1cb374e
parenta4b99f97642d31fc8ddd537155ff6cf61be6a43c (diff)
Fixed misspellings
Fixed misspellings reported at [Bug #16437]
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index e0ef3e946e..303fc3de66 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 is finished 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)"),