From c168bbd714a8d8535caf63707ce243815960f4f9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 28 Jun 2002 08:35:14 +0200 Subject: [PATCH] re PR ada/7144 (Typo in Makefile-comment) PR ada/7144 * Makefile.in: Fix typo in comment, patch by Adrian Knoth . From-SVN: r55056 --- gcc/ada/ChangeLog | 6 ++++++ gcc/ada/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1143a0ad879..9c4c2774113 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2002-06-28 Andreas Jaeger + + PR ada/7144 + * Makefile.in: Fix typo in comment, patch by Adrian Knoth + . + 2002-06-24 Kaveh R. Ghazi * Makefile.in (SHELL): Set to @SHELL@. diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index a7cc2677860..72a72dd8698 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 -- 2.30.2