1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-05-26 13:17:16 +00:00
parent 25ccc4686c
commit 17f3a1674c

View file

@ -75,9 +75,9 @@ Sun May 25 12:46:47 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
context.
* vm_dump.c (rb_vm_bugreport): accepts `ucontext_t` argument to
dump machine regisiters. based on [GH-584].
dump machine registers. based on [GH-584].
* signal.c (sigbus, sigsegv): dump machine regisiters if available.
* signal.c (sigbus, sigsegv): dump machine registers if available.
Sun May 25 12:32:42 2014 Tanaka Akira <akr@fsij.org>
@ -138,7 +138,7 @@ Sun May 25 09:41:56 2014 Zachary Scott <e@zzak.io>
Sun May 25 09:40:44 2014 Tanaka Akira <akr@fsij.org>
* test/lib/minitest/unit.rb: Show leakes threads and tempfiles.
* test/lib/minitest/unit.rb: Show leaked threads and tempfiles.
Sun May 25 08:54:38 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>