diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-19 09:02:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-19 09:02:51 -0400 |
commit | 40e6003c2502c35e3957c482398f1e23e70b3337 (patch) | |
tree | fcf2cb5624fa1385d7e76666ac2f3fb327965300 | |
parent | ce4abcd88f9d37c4be8c5edff7bdee16c6d7adb1 (diff) | |
download | gcc-40e6003c2502c35e3957c482398f1e23e70b3337.zip gcc-40e6003c2502c35e3957c482398f1e23e70b3337.tar.gz gcc-40e6003c2502c35e3957c482398f1e23e70b3337.tar.bz2 |
(main): Correct typo in error message.
From-SVN: r12525
-rw-r--r-- | gcc/toplev.c | 2 |
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 |