From 5ba185473b20902e862e90d89cabfa7f42f13a40 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 7 May 2011 22:20:03 +0200 Subject: Fix spelling in comments (intruction -> instruction) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- tests/test-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) \ -- cgit v1.2.3