From: Stefan Weil Date: Mon, 28 Sep 2009 21:27:33 +0000 (+0200) Subject: mips: Fix spelling in comment X-Git-Tag: TizenStudio_2.0_p2.3~7358 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9bb83ae5ddd522b2a7ff3823f3d1ca2bcbef7f8;p=sdk%2Femulator%2Fqemu.git mips: Fix spelling in comment inofficial -> unofficial Thanks to Blue Swirl. Signed-off-by: Stefan Weil Signed-off-by: Blue Swirl --- diff --git a/target-mips/translate.c b/target-mips/translate.c index 42a5753..a8e8ae3 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -187,10 +187,10 @@ enum { OPC_MOVCI = 0x01 | OPC_SPECIAL, /* Special */ - OPC_PMON = 0x05 | OPC_SPECIAL, /* inofficial */ + OPC_PMON = 0x05 | OPC_SPECIAL, /* unofficial */ OPC_SYSCALL = 0x0C | OPC_SPECIAL, OPC_BREAK = 0x0D | OPC_SPECIAL, - OPC_SPIM = 0x0E | OPC_SPECIAL, /* inofficial */ + OPC_SPIM = 0x0E | OPC_SPECIAL, /* unofficial */ OPC_SYNC = 0x0F | OPC_SPECIAL, OPC_SPECIAL15_RESERVED = 0x15 | OPC_SPECIAL,