From 30280ef6cd66356b03e86d90395b98d07b4e447a Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:50:01 +0000 Subject: * benchmark/bm_app_aobench.rb: fix typos. [ci skip][fix GH-1140] Patch by @jutaz * benchmark/bm_vm_thread_pipe.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_vm_thread_pipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/bm_vm_thread_pipe.rb') diff --git a/benchmark/bm_vm_thread_pipe.rb b/benchmark/bm_vm_thread_pipe.rb index 272d231eba..112a621905 100644 --- a/benchmark/bm_vm_thread_pipe.rb +++ b/benchmark/bm_vm_thread_pipe.rb @@ -1,4 +1,4 @@ -# Mesure small and plenty pipe read/write. +# Measure small and plenty pipe read/write. # A performance may depend on GVL implementation. lmax = 100_000 -- cgit v1.2.3