aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f89193b8d..b31b23a723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,7 +29,7 @@ Wed Nov 28 21:58:47 2012 Koichi Sasada <ko1@atdot.net>
meaning of function.
This function is called with same parameters of
`rb_thread_call_without_gvl()'.
- However, if interrupts are detected, when return immediately.
+ However, if interrupts are detected, then return immediately.
* thread.c: implement `rb_thread_call_without_gvl2()'.