aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
parentc149cc37c87cd454fec56f5032cc1e4b10feca16 (diff)
downloadgcc-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/ChangeLog4
-rw-r--r--gcc/gengenrtl.c2
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");
}