* gengenrtl.c (genlegend): Fix misspelling.
authorStan Cox <scox@cygnus.com>
Tue, 18 Apr 2000 20:04:26 +0000 (20:04 +0000)
committerStan Cox <scox@gcc.gnu.org>
Tue, 18 Apr 2000 20:04:26 +0000 (20:04 +0000)
From-SVN: r33234

gcc/ChangeLog
gcc/gengenrtl.c

index 7d7342a4b426a6cb43ad78a9dc1e600cd11237e1..1515aa6d52b5c0f12a7dbf9a06076c5e38d4363c 100644 (file)
@@ -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
index 2eec4592699f022ada5fcce4819c02f05582b08e..1519914edf011f885fb4eda81481ac4e43c1e620 100644 (file)
@@ -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");
 }