diff options
Diffstat (limited to 'gcc/config/i386/xm-mingw32.h')
-rw-r--r-- | gcc/config/i386/xm-mingw32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-mingw32.h b/gcc/config/i386/xm-mingw32.h index 074ea9731bb..efd0ef9ecbe 100644 --- a/gcc/config/i386/xm-mingw32.h +++ b/gcc/config/i386/xm-mingw32.h @@ -25,5 +25,5 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #undef PATH_SEPARATOR #define PATH_SEPARATOR ';' -/* This is the name of the null device on windows. */ +/* This is the name of the null device on windows. */ #define HOST_BIT_BUCKET "nul" |