From 40e6003c2502c35e3957c482398f1e23e70b3337 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 19 Jul 1996 09:02:51 -0400 Subject: (main): Correct typo in error message. From-SVN: r12525 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/toplev.c b/gcc/toplev.c index a05ebd5..a442c20 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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 -- cgit v1.1