Commit 40e6003c by Richard Kenner

(main): Correct typo in error message.

From-SVN: r12525
parent ce4abcd8
......@@ -3935,7 +3935,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
{
#ifndef TARGET_SUPPORTS_BYTECODE
/* Just die with a fatal error if not supported */
fatal ("-fbytecode not supporter for this target");
fatal ("-fbytecode not supported for this target");
#else
bc_initialize ();
#endif
......
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