aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-14 02:52:26 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-14 02:52:26 +0000
commit45ccbcc078ef475a8c6e1d48fa0b3f0ebac7cd6e (patch)
tree19b3297600c85e5c0a100f53b49eb37721ad33a7
parentfd2660d9c3f5c7f05ea8a0636624eb0d0f2e463e (diff)
downloadruby-45ccbcc078ef475a8c6e1d48fa0b3f0ebac7cd6e.tar.gz
* ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <usa@ruby-lang.org>
* 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.