Commit 2bc7b00c by Joern Rennecke

Fix comment typo.

From-SVN: r162084
parent ea19b1ec
...@@ -9574,7 +9574,7 @@ main (int argc, char **argv) ...@@ -9574,7 +9574,7 @@ main (int argc, char **argv)
" from the machine description file `md'. */\n\n" " from the machine description file `md'. */\n\n"
"/* There is no automaton, but ISO C forbids empty\n" "/* There is no automaton, but ISO C forbids empty\n"
" translation units, so include a header file with some\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 \"config.h\"\n"
"#include \"system.h\"\n"); "#include \"system.h\"\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment