From 690282472960ff070883bd2151a0728ee5a01eea Mon Sep 17 00:00:00 2001 From: Masato Ohba Date: Sat, 10 Aug 2019 09:28:37 +0900 Subject: Fix typo in comment [ci skip] s/Thtread/Thread --- benchmark/vm_thread_pass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/vm_thread_pass.rb') 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 -- cgit v1.2.3