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

fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-03-31 02:48:54 +00:00
parent d14458fb41
commit 97cef275a8

View file

@ -125,7 +125,7 @@ Wed Mar 26 13:25:54 2014 NARUSE, Yui <naruse@ruby-lang.org>
* addr2line.c (fill_lines): loop reverse order not to overwrite
the basis of base addresses comparison.
* addr2line.c: use uintptr_t instead of intptr_t for poinrters.
* addr2line.c: use uintptr_t instead of intptr_t for pointers.
* addr2line.c (rb_dump_backtrace_with_lines): don't use syms.
@ -173,7 +173,7 @@ Wed Mar 26 08:45:00 2014 Sam Rawlins <sam.rawlins@gmail.com>
Wed Mar 26 08:29:43 2014 mo khan <mo@mokhan.ca>
* lib/rubygem.rb: fix spelling of Jim Weirich. [Fixes GH-577]
* lib/rubygems.rb: fix spelling of Jim Weirich. [Fixes GH-577]
Wed Mar 26 01:55:45 2014 NARUSE, Yui <naruse@ruby-lang.org>