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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gcc/ada/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index a8c5fe043af..760d42582ec 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -1428,7 +1428,7 @@ ifneq ($(EH_MECHANISM),) endif # Use the Ada 2005 version of Ada.Exceptions by default, unless specified -# explicitely already. The base files (a-except.ad?) are used only for building +# explicitly already. The base files (a-except.ad?) are used only for building # the compiler and other basic tools. # These base versions lack Ada 2005 additions which would cause bootstrap # problems if included in the compiler and other basic tools. |