summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 17:53:51 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 17:53:51 +0000
commit593cf11adbf8b133bc027d1b467ca91f47cb5b7f (patch)
tree63f5dbd6a06569992589d83e20e358d57fbbc195 /ChangeLog
parentf9697c5637f84d1ec9cb46a2115c76c7971aeb0f (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52255 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 4f48f47660..f8310e3f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Sat Oct 24 02:02:24 2015 Koichi Sasada <ko1@atdot.net>
generated in vm_call_iseq_optimized.inc by
tool/mk_call_iseq_optimized.rb.
- This script makes
+ This script makes
vm_call_iseq_setup_normal_0start_Xparams_Ylocals()
where X is 0 to 3 and Y is 1 to 6 (as current setting).
In this case, X * Y = 24 functions are created.