diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-09-16 09:44:06 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-09-16 09:44:06 +0000 |
commit | fbf3d133cea438ac0b7a1197e4d367e893a1b824 (patch) | |
tree | 4d8d5aa6e3bf4a03a9ab16901d71309e6b866c0d | |
parent | 98467dae59b87e7ca2f0d2b8cd2edb5a546ac1d0 (diff) | |
download | cygnal-fbf3d133cea438ac0b7a1197e4d367e893a1b824.tar.gz cygnal-fbf3d133cea438ac0b7a1197e4d367e893a1b824.tar.bz2 cygnal-fbf3d133cea438ac0b7a1197e4d367e893a1b824.zip |
2002-09-16 Ranjit Matthew <rmathew@hotmail.com>
* include/stdio.h: Correct comment about directory separator.
-rw-r--r-- | winsup/mingw/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/mingw/include/stdio.h | 2 |
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. * |