qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] mips: Fix spelling in comment


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] mips: Fix spelling in comment
Date: Mon, 28 Sep 2009 23:27:33 +0200

inofficial -> unofficial

Thanks to Blue Swirl.

Signed-off-by: Stefan Weil <address@hidden>
---
 target-mips/translate.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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,
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]