diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-02 01:03:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-02 01:03:11 +0000 |
commit | 06bda105044ab15ca4021991560c1a6836c336b7 (patch) | |
tree | df34e13b6c73eb3b40912ce1df26563acc7cfc41 /gcc/ada/mingw32.h | |
parent | f563d1b7e881d00d7e4d3f475b705aee95ba9102 (diff) | |
download | gcc-06bda105044ab15ca4021991560c1a6836c336b7.tar.gz |
* Makefile.in, mingw32.h, trans.c: Fix comment typos.
* gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119437 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/mingw32.h')
-rw-r--r-- | gcc/ada/mingw32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/mingw32.h b/gcc/ada/mingw32.h index 1f5a7115a44..7b6353178e3 100644 --- a/gcc/ada/mingw32.h +++ b/gcc/ada/mingw32.h @@ -48,7 +48,7 @@ #else -/* Older MingW versions have no defintion for _tfreopen, add it here to have a +/* Older MingW versions have no definition for _tfreopen, add it here to have a proper build without unicode support. */ #ifndef _tfreopen #define _tfreopen freopen |