From cb8d4c8f54b8271f642f02382eec29d468bb1c77 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 23 Mar 2016 15:59:57 +0100 Subject: Fix some typos found by codespell Signed-off-by: Stefan Weil Reviewed-by: Peter Maydell Signed-off-by: Michael Tokarev --- target-mips/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips') diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 4417e6ba22..ba847ab3a0 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -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); -- cgit v1.2.1