From 2bc7b00c496efb9634f6d3cd80416ea545713f57 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Mon, 12 Jul 2010 18:17:47 +0100 Subject: [PATCH] Fix comment typo. From-SVN: r162084 --- gcc/genautomata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.7.4