summaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
diff options
context:
space:
mode:
authorStan Cox <scox@cygnus.com>2000-04-18 20:04:26 +0000
committerStan Cox <scox@gcc.gnu.org>2000-04-18 20:04:26 +0000
commit616ce8db9156c22bac0d5d43366be58073ef0368 (patch)
treee5cc19091626fe55cbbd3a6440b8cc40fadecc80 /gcc/gengenrtl.c
parentc149cc37c87cd454fec56f5032cc1e4b10feca16 (diff)
downloadgcc-616ce8db9156c22bac0d5d43366be58073ef0368.tar.gz
* gengenrtl.c (genlegend): Fix misspelling.
From-SVN: r33234
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r--gcc/gengenrtl.c2
1 files changed, 1 insertions, 1 deletions
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");
}