[前][次][番号順一覧][スレッド一覧]

ruby-changes:19423

From: kazu <ko1@a...>
Date: Sat, 7 May 2011 19:47:29 +0900 (JST)
Subject: [ruby-changes:19423] Ruby:r31463 (trunk): fix typos

kazu	2011-05-07 19:47:23 +0900 (Sat, 07 May 2011)

  New Revision: 31463

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31463

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31462)
+++ ChangeLog	(revision 31463)
@@ -9,7 +9,7 @@
 	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  <kosaki.motohiro@g...>
 
@@ -116,7 +116,7 @@
 	  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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]