[DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]

* doc/ChangeLog-YARV:  Correct a typo in comment
* lib/rubygems/specification.rb:  ditto.
* test/rexml/data/tutorial.xml:  ditto.
* test/ruby/test_settracefunc.rb:  ditto.
* tool/instruction.rb:  ditto.

https://github.com/ruby/ruby/pull/482
[ci-skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-12-14 10:54:54 +00:00
parent 91afce9afa
commit adb1ee65b7
5 changed files with 5 additions and 5 deletions

View file

@ -607,7 +607,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
tap{}
trace.disable
# passed tp is unique, `trace' object which is genereted by TracePoint.trace
# passed tp is unique, `trace' object which is generated by TracePoint.trace
tps.each{|tp|
assert_equal trace, tp
}