diff options
| -rw-r--r-- | gcc/ada/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/ada/Makefile.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1143a0a..9c4c277 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2002-06-28 Andreas Jaeger <aj@suse.de> + + PR ada/7144 + * Makefile.in: Fix typo in comment, patch by Adrian Knoth + <adi@thur.de>. + 2002-06-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * Makefile.in (SHELL): Set to @SHELL@. diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index a7cc267..72a72dd 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -1569,7 +1569,7 @@ endif # gnatmake/link tools cannot always be built with gnatmake/link for bootstrap # reasons: gnatmake should be built with a recent compiler, a recent compiler # may not generate ALI files compatible with an old gnatmake so it is important -# to be able to build gnatmake without a version of gnartmake around. Once +# to be able to build gnatmake without a version of gnatmake around. Once # everything has been compiled once, gnatmake can be recompiled with itself # (see target gnattools1-re) gnattools1: ../stamp-tools ../stamp-gnatlib |
