Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-09-16 13:44:06 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-09-16 13:44:06 +0400
commitfbf3d133cea438ac0b7a1197e4d367e893a1b824 (patch)
tree4d8d5aa6e3bf4a03a9ab16901d71309e6b866c0d
parent98467dae59b87e7ca2f0d2b8cd2edb5a546ac1d0 (diff)
2002-09-16 Ranjit Matthew <rmathew@hotmail.com>
* include/stdio.h: Correct comment about directory separator.
-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 72e95e824..c427029f7 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 e4aa4f48f..c2917f375 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.
*