summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gengenrtl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7d7342a4b42..1515aa6d52b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-18 Stan Cox <scox@cygnus.com>
+
+ * gengenrtl.c (genlegend): Fix misspelling.
+
2000-04-18 Robert Lipe <robertlipe@usa.net>
* configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c
index 2eec4592699..1519914edf0 100644
--- a/gcc/gengenrtl.c
+++ b/gcc/gengenrtl.c
@@ -324,7 +324,7 @@ gendef (format)
static void
genlegend ()
{
- printf ("/* Generated automaticaly by the program `gengenrtl'\n");
+ printf ("/* Generated automatically by the program `gengenrtl'\n");
printf (" from the RTL description file `rtl.def' */\n\n");
}