aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-09-16 09:44:06 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-09-16 09:44:06 +0000
commitfbf3d133cea438ac0b7a1197e4d367e893a1b824 (patch)
tree4d8d5aa6e3bf4a03a9ab16901d71309e6b866c0d
parent98467dae59b87e7ca2f0d2b8cd2edb5a546ac1d0 (diff)
downloadnewlib-fbf3d133cea438ac0b7a1197e4d367e893a1b824.zip
newlib-fbf3d133cea438ac0b7a1197e4d367e893a1b824.tar.gz
newlib-fbf3d133cea438ac0b7a1197e4d367e893a1b824.tar.bz2
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 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.
*