summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-20 01:52:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-20 01:52:47 +0000
commit30fbc5591da5922f359987bbbb41de7ac6173ae8 (patch)
tree46aa07f27fc43631f730adfd4885e3d64d7c86b6 /ChangeLog
parentb28ac4039df7f04d8bb743cc1741a4a31c52e270 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38483 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 4c53d8d94d..5b31d0e39e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,7 +38,7 @@ Thu Dec 20 06:59:52 2012 Koichi Sasada <ko1@atdot.net>
(1) You can run more complex program on a Fiber.
(2) You can not make many (thousands) Fibers because of
lack of address space (on 32bit CPU).
- If (2) bothers you,
+ If (2) bothers you,
(a) Use 64bit CPU with big memory, or
(b) Specify RUBY_FIBER_(VM|MACHINE)_STACK_SIZE correctly.
You need to choose correct stack size carefully. These values