[前][次][番号順一覧][スレッド一覧]

ruby-changes:59392

From: Takashi <ko1@a...>
Date: Mon, 23 Dec 2019 10:03:07 +0900 (JST)
Subject: [ruby-changes:59392] 4de2297d74 (master): Re-apply f85e8d2a8b keeping characters < 80

https://git.ruby-lang.org/ruby.git/commit/?id=4de2297d74

From 4de2297d74fbc0a0e69ac8bcc2aad5b192fd11b6 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 22 Dec 2019 16:07:07 -0800
Subject: Re-apply f85e8d2a8b keeping characters < 80


diff --git a/ruby.c b/ruby.c
index e0ef3e9..5a7aa62 100644
--- a/ruby.c
+++ b/ruby.c
@@ -306,7 +306,7 @@ usage(const char *name, int help) https://github.com/ruby/ruby/blob/trunk/ruby.c#L306
     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)"),
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]