summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-07 04:47:59 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-07 04:47:59 +0000
commit638bbb19460b26f7be79c3780c9887bbee7f0d4a (patch)
tree0295cfb1360739404835318b4aa592b37b3128cc
parent571e1361b656b9949724bf64a14d665cf9d662f8 (diff)
* ChangeLog: fix typo. sorry...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8037d6950..fff9ab2af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Tue Dec 7 13:42:07 2004 NAKAMURA Usaku <usa@ruby-lang.org>
- * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.
+ * dir.c (dir_s_mkdir): win32 special processing doesn't need any
+ longer.
* win32/win32.[ch] (rb_w32_mkdir): new function. POSIX.1 compatible
interface.