summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-01 07:15:31 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-01 07:15:31 +0000
commit51835ea8286fe7df6d9926460fc9b1a942ce1e36 (patch)
treec660ba8d7fb714bcb6f128dd1f52566e72699bc5
parentee288a80c816cc0727cd006713ccd7be4e5ffe24 (diff)
downloadruby-51835ea8286fe7df6d9926460fc9b1a942ce1e36.tar.gz
ruby-51835ea8286fe7df6d9926460fc9b1a942ce1e36.tar.xz
ruby-51835ea8286fe7df6d9926460fc9b1a942ce1e36.zip
* ChangeLog: typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1562e367..3fb3a3c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Fri Jul 1 15:50:12 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* missing/erf.c: need to include some headers for some platforms.
- * win32/win32.c (copysign, scalb): define for compatibility with
+ * win32/win32.h (copysign, scalb): define for compatibility with
other platforms. [ruby-dev:26430]
Fri Jul 1 15:37:42 2005 Yukihiro Matsumoto <matz@ruby-lang.org>