]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-mips/op_helper.c
Fix some typos found by codespell
[mirror_qemu.git] / target-mips / op_helper.c
index 4417e6ba225f7fdabb957e06fb6e80e0e7a78e05..ba847ab3a02cba5b92d28c494f73caad63a920a1 100644 (file)
@@ -581,7 +581,7 @@ static bool mips_vp_is_wfi(MIPSCPU *c)
 
 static inline void mips_vpe_wake(MIPSCPU *c)
 {
-    /* Dont set ->halted = 0 directly, let it be done via cpu_has_work
+    /* Don't set ->halted = 0 directly, let it be done via cpu_has_work
        because there might be other conditions that state that c should
        be sleeping.  */
     cpu_interrupt(CPU(c), CPU_INTERRUPT_WAKE);