From e91c8a778349982eb49fd319ab6506911e2d837e Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 3 Jun 2007 13:35:16 +0000 Subject: Spelling fixes, by Stefan Weil. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2927 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-i386') diff --git a/target-i386/translate.c b/target-i386/translate.c index e36e03d820..96e72c9dd8 100644 --- a/target-i386/translate.c +++ b/target-i386/translate.c @@ -6431,7 +6431,7 @@ static void optimize_flags(uint16_t *opc_buf, int opc_buf_len) opc_ptr = opc_buf + opc_buf_len; /* live_flags contains the flags needed by the next instructions - in the code. At the end of the bloc, we consider that all the + in the code. At the end of the block, we consider that all the flags are live. */ live_flags = CC_OSZAPC; while (opc_ptr > opc_buf) { -- cgit v1.2.3