mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Spelling fixes in comments (it's -> its)
* it's -> its (fixed for all files) * dont -> don't (only fixed in a line which was touched by the previous fix) * distrub -> disturb (fixed in the same line) Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
0ea5c0cdb0
commit
93148aa5c3
9 changed files with 10 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue