Skip to content

Commit

Permalink
Revert "Fixed misspellings"
Browse files Browse the repository at this point in the history
This reverts commit f85e8d2.

It violated the limit of width (> 80) and caused the test failure
  • Loading branch information
mame committed Dec 23, 2019
1 parent f85e8d2 commit f156f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.c
Expand Up @@ -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)"),
Expand Down

0 comments on commit f156f70

Please sign in to comment.