diff options
| author | Stefan Weil | 2011-05-07 22:20:03 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-05-08 11:59:15 +0200 |
| commit | 5ba185473b20902e862e90d89cabfa7f42f13a40 (patch) | |
| tree | b0e3d2a6262a447e3c21c66df5a0ad315b0bd83f /tests | |
| parent | ac97: Remove unused local variables (diff) | |
| download | qemu-5ba185473b20902e862e90d89cabfa7f42f13a40.tar.gz qemu-5ba185473b20902e862e90d89cabfa7f42f13a40.tar.xz qemu-5ba185473b20902e862e90d89cabfa7f42f13a40.zip | |
Fix spelling in comments (intruction -> instruction)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-i386.c b/tests/test-i386.c index 8f481c7f7a..56ff1103fa 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -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) \ |
