From adc4bb95f65740f165c1b9580e90f20064d46868 Mon Sep 17 00:00:00 2001 From: eregon Date: Tue, 5 Nov 2013 22:27:27 +0000 Subject: * benchmark/gc/gcbench.rb: fix typo of r43543 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/gc/gcbench.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/gc') diff --git a/benchmark/gc/gcbench.rb b/benchmark/gc/gcbench.rb index 16d728a150..6d5b415427 100644 --- a/benchmark/gc/gcbench.rb +++ b/benchmark/gc/gcbench.rb @@ -7,7 +7,7 @@ $gcprof = true opt = OptionParser.new opt.on('-q'){$list = false} -opt.on('-d'){$gcprof = fales} +opt.on('-d'){$gcprof = false} opt.parse!(ARGV) script = File.join(File.dirname(__FILE__), ARGV.shift) -- cgit v1.2.3