From: Richard Kenner Date: Tue, 16 May 1995 12:44:00 +0000 (-0400) Subject: (type_to_string): Fix misspellings in messages. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=debaccc20caa1a4107de5257ec9ff31ce41dc52c;p=gcc.git (type_to_string): Fix misspellings in messages. From-SVN: r9715 --- 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 */