]> git.proxmox.com Git - qemu.git/blobdiff - target-mips/op_helper.c
Spelling fixes in comments (it's -> its)
[qemu.git] / target-mips / op_helper.c
index c51b9cb6f0e950f4edc94252cc98df322f0c762b..87e9799ba3dbf679c1c02eb2b33cfa7dfe9e70cd 100644 (file)
@@ -1930,7 +1930,7 @@ target_ulong helper_evpe(void)
 
     do {
         if (other_cpu != env
-           /* If the VPE is WFI, dont distrub it's sleep.  */
+           /* If the VPE is WFI, don't disturb its sleep.  */
            && !mips_vpe_is_wfi(other_cpu)) {
             /* Enable the VPE.  */
             other_cpu->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP);