Fix comment typo.

From-SVN: r162084
This commit is contained in:
Joern Rennecke 2010-07-12 18:17:47 +01:00
parent ea19b1ec7b
commit 2bc7b00c49
1 changed files with 1 additions and 1 deletions

View 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");
}