From bf20dc076b30e474635679e167c3ac04b656bb63 Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 30 Jun 2008 17:22:19 +0000 Subject: Spelling fixes, spotted by Stuart Brady. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4809 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-m68k/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-m68k') diff --git a/target-m68k/translate.c b/target-m68k/translate.c index a920d21..e808db5 100644 --- a/target-m68k/translate.c +++ b/target-m68k/translate.c @@ -2980,7 +2980,7 @@ gen_intermediate_code_internal(CPUState *env, TranslationBlock *tb, num_insns++; /* Terminate the TB on memory ops if watchpoints are present. */ - /* FIXME: This should be replacd by the deterministic execution + /* FIXME: This should be replaced by the deterministic execution * IRQ raising bits. */ if (dc->is_mem && env->nb_watchpoints) break; -- cgit v1.1