From 238b52e1e28991672cd9e29d25161c7d4406bf82 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 3 Jan 2006 06:45:16 +0000 Subject: [PATCH] fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fec6ae734e..5951c5df0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sun Jan 1 15:28:46 2006 Tanaka Akira - * missing.h (isinf): avoid macro expantion + * missing.h (isinf): avoid macro expansion "extern int isinf(double);" to "extern int ((sizeof(double)==sizeof(float))?_Isinff(double):_Isinf(double));" on HP-UX. @@ -32,7 +32,7 @@ Sat Dec 31 11:53:16 2005 Hirokazu Yamamoto Fri Dec 30 18:22:42 2005 Nobuyoshi Nakada - * gc.c (garbage_collect): mark objects refered from aborting threads. + * gc.c (garbage_collect): mark objects referred from aborting threads. [ruby-dev:28190] * win32/Makefile.sub: VC++8 support. @@ -44,7 +44,7 @@ Fri Dec 30 15:17:35 2005 Hirokazu Yamamoto Fri Dec 30 12:20:57 2005 Hirokazu Yamamoto - * lib/generator.rb (Generator#initialize): fixed dead lock. this occured + * lib/generator.rb (Generator#initialize): fixed dead lock. this occurred when end? was called before @loop_thread was stopped. [ruby-core:7029] Fri Dec 30 01:04:52 2005 Hirokazu Yamamoto