ruby-changes:49672
From: normal <ko1@a...>
Date: Fri, 12 Jan 2018 18:31:23 +0900 (JST)
Subject: [ruby-changes:49672] normal:r61789 (trunk): sample/iseq_loader.rb: spelling fix
normal 2018-01-12 18:31:17 +0900 (Fri, 12 Jan 2018) New Revision: 61789 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61789 Log: sample/iseq_loader.rb: spelling fix Modified files: trunk/sample/iseq_loader.rb Index: sample/iseq_loader.rb =================================================================== --- sample/iseq_loader.rb (revision 61788) +++ sample/iseq_loader.rb (revision 61789) @@ -41,7 +41,7 @@ class RubyVM::InstructionSequence https://github.com/ruby/ruby/blob/trunk/sample/iseq_loader.rb#L41 at_exit{ STDERR.puts "[ISEQ_LOADER] #{Process.pid} time: #{Time.now - LAUNCHED_TIME}, " + "loaded: #{$ISEQ_LOADER_LOADED}, " + - "compied: #{$ISEQ_LOADER_COMPILED}, " + + "compiled: #{$ISEQ_LOADER_COMPILED}, " + "ignored: #{$ISEQ_LOADER_IGNORED}" } if COMPILE_VERBOSE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/