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 + + * include/stdio.h: Correct comment about directory separator. + 2002-09-12 Danny Smith * 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. *