aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-17 15:21:47 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-17 15:21:47 +0000
commit5e400ee48f9d3ccc9eafaf9e032576e514662683 (patch)
treefc0d7f0fb00d5922e44b717eaf6498db32681256 /ChangeLog
parent0db407836bf7871fdee9e32357bd90c3ddaa1e11 (diff)
downloadruby-5e400ee48f9d3ccc9eafaf9e032576e514662683.tar.gz
ChangeLog: fix a typo at r49987.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49988 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 eb0d665279..bdbd83ea0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Tue Mar 17 18:59:16 2015 Koichi Sasada <ko1@atdot.net>
* include/ruby/ruby.h: use rb_gc_writebrrier() simply.
For incremental GC, we need to get a pointer to the objspace.
We can share this pointer for the following WB process.
- And considering icache hit ratio, prcess in the GC.
+ And considering icache hit ratio, process in the GC.
* gc.c (rb_gc_writebarrier): added.