aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-21 07:31:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-21 07:31:05 +0000
commitf3cdb9f3fbd9ae6965b921314b5becedb6517994 (patch)
treef254ad604c644bc73477332737d35d5655c7ed2c
parent3f2cb86ef325217af8205571996179fee0a7ee40 (diff)
downloadruby-f3cdb9f3fbd9ae6965b921314b5becedb6517994.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb90411ea..024f48c4f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue May 21 16:25:05 2013 Koichi Sasada <ko1@atdot.net>
- * gc.c (gc_profile_dump_on): `count' should be (int) because it
+ * gc.c (gc_profile_dump_on): `count' should be (int) because it
can be negative number.
And use pointer for `record' (don't copy).