diff options
author | Masato Ohba <[email protected]> | 2019-08-10 09:28:37 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-08-10 09:35:28 +0900 |
commit | 690282472960ff070883bd2151a0728ee5a01eea (patch) | |
tree | 2b28a225ee445e9da4d42c872d8fc698f91485d9 | |
parent | 49f88eb2f1e8c46a4a3b5f6ea3dfa5a5f9d32988 (diff) |
Fix typo in comment [ci skip]
s/Thtread/Thread
-rw-r--r-- | benchmark/vm_thread_pass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/vm_thread_pass.rb b/benchmark/vm_thread_pass.rb index e5f2352610..438bd08d45 100644 --- a/benchmark/vm_thread_pass.rb +++ b/benchmark/vm_thread_pass.rb @@ -1,4 +1,4 @@ -# Plenty Thtread.pass +# Plenty Thread.pass # A performance may depend on GVL implementation. tmax = (ARGV.shift || 8).to_i |