diff options
author | Stan Cox <scox@cygnus.com> | 2000-04-18 20:04:26 +0000 |
---|---|---|
committer | Stan Cox <scox@gcc.gnu.org> | 2000-04-18 20:04:26 +0000 |
commit | 616ce8db9156c22bac0d5d43366be58073ef0368 (patch) | |
tree | e5cc19091626fe55cbbd3a6440b8cc40fadecc80 /gcc | |
parent | c149cc37c87cd454fec56f5032cc1e4b10feca16 (diff) | |
download | gcc-616ce8db9156c22bac0d5d43366be58073ef0368.zip gcc-616ce8db9156c22bac0d5d43366be58073ef0368.tar.gz gcc-616ce8db9156c22bac0d5d43366be58073ef0368.tar.bz2 |
* gengenrtl.c (genlegend): Fix misspelling.
From-SVN: r33234
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gengenrtl.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d7342a..1515aa6 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 2eec459..1519914 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"); } |