summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 09:32:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 09:32:40 +0000
commit03f1a06114dc3e1581d53b55fbd134a3b8acc2cc (patch)
treec69920b23ee216551117b5b9d1b030b7afb91af0
parent9b1508a5ceee574946d4297f798dec4aa2a7b75c (diff)
* ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 09c1a3c506..38e7dd4719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Sep 1 18:27:51 2008 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's
+ * win32/win32.c (gettimeofday): shouldn't use mktime(3) because it's
buggy about handling summer time.
reported by Yoshikawa <yoshixool AT gmail.com> at [ruby-dev:36071]