]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/translate.c
Spelling fixes, spotted by Stuart Brady.
[qemu.git] / target-m68k / translate.c
index a920d213b049dc088c9b8ef4efec5cf2e41e1794..e808db5e84bc3544f9c3628edc08c887f1480046 100644 (file)
@@ -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;