fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-04-14 13:43:10 +00:00
parent b0188253dc
commit 70cbe70b71

View File

@ -2,7 +2,7 @@ Mon Apr 14 18:44:45 2014 NARUSE, Yui <naruse@ruby-lang.org>
* addr2line.c (fill_lines): get base addrs in fill_lines to use it
with dladdr_fbases introduced at r45563.
it didn't get before if the executalbe is not pie.
it didn't get before if the executable is not pie.
Mon Apr 14 18:05:48 2014 NARUSE, Yui <naruse@ruby-lang.org>