From 45ccbcc078ef475a8c6e1d48fa0b3f0ebac7cd6e Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 14 Feb 2006 02:52:26 +0000 Subject: [PATCH] * ChangeLog: typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e7a6778567..3143c699d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Tue Feb 14 11:42:38 2006 NAKAMURA Usaku * time.c (search_time_t): support non 32bit time_t environments. - * win32/Makefile.sub (config.h): VC++8 have ``long long'' type. + * win32/Makefile.sub (config.h): VC++8 has ``long long'' type. * win32/Makefile.sub (config.h): VC++8's time_t is 64bit value.