summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2010-07-12 18:17:47 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-07-12 18:17:47 +0100
commit2bc7b00c496efb9634f6d3cd80416ea545713f57 (patch)
tree9c4b9fb3802bb1b5d1016b3d97a759207fb23218 /gcc/genautomata.c
parentea19b1ec7b2ba8000ce8cb40c0903b1d7ad52dac (diff)
downloadgcc-2bc7b00c496efb9634f6d3cd80416ea545713f57.tar.gz
Fix comment typo.
From-SVN: r162084
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r--gcc/genautomata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index 821ec9e0c2f..88d358cb86f 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -9574,7 +9574,7 @@ main (int argc, char **argv)
" from the machine description file `md'. */\n\n"
"/* There is no automaton, but ISO C forbids empty\n"
" translation units, so include a header file with some\n"
- " declarations, and the its pre-requisite header file. */\n"
+ " declarations, and its pre-requisite header file. */\n"
"#include \"config.h\"\n"
"#include \"system.h\"\n");
}