aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-04 13:54:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-04 13:54:33 +0000
commitc4a2a281da2f95f4cb95d303b729c3d944c5edba (patch)
treed10c0852c64d725f9a5ff7435f469337bee8494c
parent482dc8318185fe5e586089bd87fa59ec185c7e1e (diff)
downloadruby-c4a2a281da2f95f4cb95d303b729c3d944c5edba.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c2da04e7ec..5df778b76f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -132,7 +132,7 @@ Wed Jun 3 16:17:21 2015 Aaron Patterson <tenderlove@ruby-lang.org>
Wed Jun 3 11:47:15 2015 Koichi Sasada <ko1@atdot.net>
- * method.h: change fileds order to gather frequent acces fields.
+ * method.h: change fields order to gather frequent access fields.
* vm_insnhelper.c (vm_call_method): add LIKELY().