aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/include/stdio.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 72e95e8..c427029 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-16 Ranjit Matthew <rmathew@hotmail.com>
+
+ * include/stdio.h: Correct comment about directory separator.
+
2002-09-12 Danny Smith <dannysmith@users.sourceforge.net>
* include/sys/time.h (timeval): Add struct definition and
diff --git a/winsup/mingw/include/stdio.h b/winsup/mingw/include/stdio.h
index e4aa4f4..c2917f3 100644
--- a/winsup/mingw/include/stdio.h
+++ b/winsup/mingw/include/stdio.h
@@ -5,7 +5,7 @@
* output.
*
* NOTE: The file manipulation functions provided by Microsoft seem to
- * work with either slash (/) or backslash (\) as the path separator.
+ * work with either slash (/) or backslash (\) as the directory separator.
*
* This file is part of the Mingw32 package.
*