diff options
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index 821ec9e..88d358c 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"); } |