sample/iseq_loader.rb: spelling fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d675b9de6c
commit
6ef345ab22
@ -41,7 +41,7 @@ class RubyVM::InstructionSequence
|
|||||||
at_exit{
|
at_exit{
|
||||||
STDERR.puts "[ISEQ_LOADER] #{Process.pid} time: #{Time.now - LAUNCHED_TIME}, " +
|
STDERR.puts "[ISEQ_LOADER] #{Process.pid} time: #{Time.now - LAUNCHED_TIME}, " +
|
||||||
"loaded: #{$ISEQ_LOADER_LOADED}, " +
|
"loaded: #{$ISEQ_LOADER_LOADED}, " +
|
||||||
"compied: #{$ISEQ_LOADER_COMPILED}, " +
|
"compiled: #{$ISEQ_LOADER_COMPILED}, " +
|
||||||
"ignored: #{$ISEQ_LOADER_IGNORED}"
|
"ignored: #{$ISEQ_LOADER_IGNORED}"
|
||||||
} if COMPILE_VERBOSE
|
} if COMPILE_VERBOSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user