Fix comment typo.
authorJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 12 Jul 2010 17:17:47 +0000 (18:17 +0100)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 12 Jul 2010 17:17:47 +0000 (18:17 +0100)
From-SVN: r162084

gcc/genautomata.c

index 821ec9e..88d358c 100644 (file)
@@ -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");
     }