summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-07 15:06:24 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-07 15:06:24 +0000
commit3fe13558fd955ef3bf6d236ef6236b6aea2e084d (patch)
tree95552735494de7f1268df458dea8722a523f3a59 /ChangeLog
parent3eb63250abfe47f3749b5b12b97e946f4a92d7d0 (diff)
fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50797 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 e2a2b31f37..0c9b7ae322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,7 @@ Sat Jun 6 18:23:41 2015 Koichi Sasada <ko1@atdot.net>
rb_method_entry_t::attr is union with VALUE because this field
should have same size of VALUE. rb_method_entry_t is T_IMEMO).
- And also add the following access macros to it's fileds.
+ And also add the following access macros to it's fields.
* METHOD_ENTRY_VISI(me)
* METHOD_ENTRY_BASIC(me)