aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-28 08:46:19 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-28 08:46:19 +0000
commit743305413d2089e10773b82b03cc111bd793f38a (patch)
treea943e4e30d5c5200faf4fe62b71c6da1cca3b7e5 /ChangeLog
parent79e63364953573d642537c0fe4eeeb03d85c15a7 (diff)
downloadruby-743305413d2089e10773b82b03cc111bd793f38a.tar.gz
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7809652cdc..0aa9cc5b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,8 +59,8 @@ Thu Nov 28 00:36:52 2013 Masaki Matsushita <glass.saga@gmail.com>
* hash.c (rb_hash_keys): use st_keys() for performance improvement
if st_data_t and VALUE are compatible.
- * st.h: define macro ST_DATA_COMPATIBLE_P() to predicate whether
- st_data_t and passed type are compatible.
+ * include/ruby/st.h: define macro ST_DATA_COMPATIBLE_P() to predicate
+ whether st_data_t and passed type are compatible.
* configure.in: check existence of builtin function to use in
ST_DATA_COMPATIBLE_P().