summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-14 13:43:10 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-14 13:43:10 +0000
commit70cbe70b71da249925c87edf88eaf1988906ba5c (patch)
tree9db08071b774f0f72733cad7b752cb1e415d5576 /ChangeLog
parentb0188253dcecea853c5f0f2d8b4e5b7d6eb723f9 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 130909839e..385848b668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>