diff options
author | scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-18 20:04:26 +0000 |
---|---|---|
committer | scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-18 20:04:26 +0000 |
commit | ba004d2ca61e47784c82a886cb97889903d9ea8c (patch) | |
tree | e5cc19091626fe55cbbd3a6440b8cc40fadecc80 /gcc/gengenrtl.c | |
parent | 488c42063523efbdf1a84e518066ec59634b6c84 (diff) | |
download | gcc-ba004d2ca61e47784c82a886cb97889903d9ea8c.tar.gz |
* gengenrtl.c (genlegend): Fix misspelling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33234 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r-- | gcc/gengenrtl.c | 2 |
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"); } |