From ba004d2ca61e47784c82a886cb97889903d9ea8c Mon Sep 17 00:00:00 2001 From: scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 18 Apr 2000 20:04:26 +0000 Subject: [PATCH] * gengenrtl.c (genlegend): Fix misspelling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33234 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/gengenrtl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d7342a4b426..1515aa6d52b5 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 2eec4592699f..1519914edf01 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"); } -- GitLab