diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-02 15:30:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-02 15:30:43 +0000 |
commit | d697f1db8e953f0062b3c8392a1a0a881efe021d (patch) | |
tree | cca9860de43ac15a8b676d3d7ac7ca63e476fdb3 /gcc/config/i386/xm-mingw32.h | |
parent | c3b9e4570b3efa2ccdd0cc9f57e0237104f10632 (diff) | |
download | gcc-d697f1db8e953f0062b3c8392a1a0a881efe021d.tar.gz |
* config/i386/cygming.h: Fix comment formatting.
* config/i386/djgpp.h: Likewise.
* config/i386/gthr-win32.c: Likewise.
* config/i386/i386-interix.h: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/i386.h: Likewise.
* config/i386/openbsd.h: Likewise.
* config/i386/winnt.c: Likewise.
* config/i386/xm-mingw32.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75324 138bc75d-0d04-0410-961f-82ee72b054a4
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" |