mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class RubyVM::InstructionSequence
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue