diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-02 15:30:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-02 15:30:43 +0000 |
commit | 43f3a59d9fbdeade83036d203a25669bb69201da (patch) | |
tree | cca9860de43ac15a8b676d3d7ac7ca63e476fdb3 /gcc/config/i386/xm-mingw32.h | |
parent | b0bc6e8e6cd3f0a5789f7e3079f05d583e80a565 (diff) | |
download | gcc-43f3a59d9fbdeade83036d203a25669bb69201da.tar.gz |
cygming.h: Fix comment formatting.
* 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.
From-SVN: r75324
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" |