summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-24 17:06:16 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-24 17:06:16 +0000
commitb935dd30292524f2db461a829be5e91ddec63609 (patch)
treeba3882da30870c487d0f1c525de5b57a7d86f105 /ChangeLog
parent5ac574073333ab44d2f225c84a6c960693d66a07 (diff)
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41610 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 ff58d2626b..395250707d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Tue Jun 25 00:55:54 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (typedef struct rb_objspace): Change members for monitor objects.
* gc.c (gc_marks_test): Check all WriteBarrier Errors and track them in obj-tree.
* gc.c (rgengc_check_shady): Ditto.
- * gc.c (gc_marks): Move 2 funtion calls to gc_marks_test for test initialize.
+ * gc.c (gc_marks): Move 2 function calls to gc_marks_test for test initialize.
Mon Jun 24 23:30:31 2013 Tanaka Akira <akr@fsij.org>