From 70cbe70b71da249925c87edf88eaf1988906ba5c Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 14 Apr 2014 13:43:10 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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