summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-09 13:12:26 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-09 13:12:26 +0000
commitf40412e258012af48595fab97ac23365b9b117ec (patch)
treef22339a6cf83a0eb161c1b2d4812bde576c7bf06 /ChangeLog
parent2e5dcb53ce98f8422b093192be05deac37876be7 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36345 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 25db209d3e..37ca07ee59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Mon Jul 9 17:22:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
Mon Jul 9 13:28:34 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (DLDFLAGS): use TARGET_ENTRY to specify an entry point
- instead of TARGET which may contain non-identifer characters.
+ instead of TARGET which may contain non-identifier characters.
* lib/mkmf.rb (create_makefile): add TARGET_NAME which is the first
part consists of only word characters. [ruby-core:46248][Bug #6709]