summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-01 05:45:30 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-01 05:45:30 +0000
commit5f0b7f8c6f581e9c2bc25936756616993c26c6e5 (patch)
treed26bd544f0c30610dd4d85fd71a5ad6feb244d84
parent7a58c65a8931dab792ac40ae7227ff82b1610178 (diff)
* ChangeLog: fix indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aafe05d689..cc85cfc4e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Wed Oct 31 09:28:24 2012 Eric Hodel <drbrain@segment7.net>
* thread.c (rb_thread_call_without_gvl2): Note that ubf() may or may
not be called with the GVL. Hinted that rb_thread_call_with_gvl()
- can be used to access ruby functionality.
+ can be used to access ruby functionality.
Wed Oct 31 09:06:54 2012 Eric Hodel <drbrain@segment7.net>