summaryrefslogtreecommitdiff
path: root/gcc/mips-tdump.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:44:00 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:44:00 -0400
commitdebaccc20caa1a4107de5257ec9ff31ce41dc52c (patch)
treef5dbd3b9eb2168f3af95f8e1c30722fde04e5bf7 /gcc/mips-tdump.c
parentdb50c79812f80d9c4e866f814386d86c9861e20e (diff)
downloadgcc-debaccc20caa1a4107de5257ec9ff31ce41dc52c.tar.gz
(type_to_string): Fix misspellings in messages.
From-SVN: r9715
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r--gcc/mips-tdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index 9e315031d2a..4198ab443ba 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.c
@@ -594,7 +594,7 @@ type_to_string (aux_ptr, index)
break;
case bt_Indirect: /* forward or unnamed typedef */
- strcpy (p1, "forward/unamed typedef");
+ strcpy (p1, "forward/unnamed typedef");
break;
case bt_FixedDec: /* Fixed Decimal */