]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix spelling in comments (intruction -> instruction)
authorStefan Weil <weil@mail.berlios.de>
Sat, 7 May 2011 20:20:03 +0000 (22:20 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sun, 8 May 2011 09:59:15 +0000 (10:59 +0100)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
bsd-user/main.c
linux-user/main.c
tests/test-i386.c

index 6b12f8bba1dd1aa8915558de8fe8f0d7ec500c14..0c3fca15ca7bda5e17dab1baad73c800ad25db75 100644 (file)
@@ -237,7 +237,7 @@ void cpu_loop(CPUX86State *env)
             break;
 #ifndef TARGET_ABI32
         case EXCP_SYSCALL:
-            /* syscall from syscall intruction */
+            /* syscall from syscall instruction */
             if (bsd_type == target_freebsd)
                 env->regs[R_EAX] = do_freebsd_syscall(env,
                                                       env->regs[R_EAX],
index a1e37e494878a1fcad7adbc5f7ece26fba6de0ec..a4996e7e3a260b49a13de4438b6b097e55349b90 100644 (file)
@@ -323,7 +323,7 @@ void cpu_loop(CPUX86State *env)
             break;
 #ifndef TARGET_ABI32
         case EXCP_SYSCALL:
-            /* linux syscall from syscall intruction */
+            /* linux syscall from syscall instruction */
             env->regs[R_EAX] = do_syscall(env,
                                           env->regs[R_EAX],
                                           env->regs[R_EDI],
index 8f481c7f7ad01c10ae5bbc8e8d9b7f0fdde2ad2a..56ff1103fa8c3782d139b44991d17780e3e37f14 100644 (file)
@@ -2281,7 +2281,7 @@ void test_sse_comi(double a1, double b1)
 }
 
 /* Force %xmm0 usage to avoid the case where both register index are 0
-   to test intruction decoding more extensively */
+   to test instruction decoding more extensively */
 #define CVT_OP_XMM2MMX(op)\
 {\
     asm volatile (#op " %1, %0" : "=y" (r.q[0]) : "x" (a.dq) \