From: Stan Cox Date: Tue, 18 Apr 2000 20:04:26 +0000 (+0000) Subject: * gengenrtl.c (genlegend): Fix misspelling. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=616ce8db9156c22bac0d5d43366be58073ef0368;p=gcc.git * gengenrtl.c (genlegend): Fix misspelling. From-SVN: r33234 --- 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 + + * gengenrtl.c (genlegend): Fix misspelling. + 2000-04-18 Robert Lipe * 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"); }