aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-07-19 09:02:51 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-07-19 09:02:51 -0400
commit40e6003c2502c35e3957c482398f1e23e70b3337 (patch)
treefcf2cb5624fa1385d7e76666ac2f3fb327965300 /gcc
parentce4abcd88f9d37c4be8c5edff7bdee16c6d7adb1 (diff)
downloadgcc-40e6003c2502c35e3957c482398f1e23e70b3337.zip
gcc-40e6003c2502c35e3957c482398f1e23e70b3337.tar.gz
gcc-40e6003c2502c35e3957c482398f1e23e70b3337.tar.bz2
(main): Correct typo in error message.
From-SVN: r12525
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
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