From 68417aa5ce4e6608da1304dac49dda42503031bf Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 7 May 2011 10:47:23 +0000 Subject: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f766c11273..f6c9c03ef6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ Sat May 7 15:18:06 2011 KOSAKI Motohiro fix incorrect native_cond_signal call when deadlock was detected. * thread.c (lock_func): timedwait don't touch cond_waiting and - cond_notifid variables. + cond_notified variables. Sat May 7 15:15:10 2011 KOSAKI Motohiro @@ -116,7 +116,7 @@ Fri May 6 15:01:11 2011 URABE Shyouhei is a wrong idea because when using alloca there is always risk of integer overflow. A function that accepts outer-process resources like this should not blindly trust its inputs. In - this particular case we just want to generate miliseconds + this particular case we just want to generate milliseconds resolution by strtod() so the string in question needs no more length than what we originally have. Ignoring lesser significant digits should suffice I believe. -- cgit v1.2.3