accel/tcg/tcg-accel-ops-rr: fix trivial typo
authorMatheus Tavares Bernardino <quic_mathbern@quicinc.com>
Fri, 21 Oct 2022 17:36:06 +0000 (14:36 -0300)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 24 Oct 2022 11:43:42 +0000 (13:43 +0200)
Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <5dc556dbe241ae03859b7890d1998de5c77b7c6c.1666373742.git.quic_mathbern@quicinc.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
accel/tcg/tcg-accel-ops-rr.c

index cc8adc23802c7b62f13a1c6d2573e56950a9e537..cc912df108f58f0280599bb3b7ee1526cc47950e 100644 (file)
@@ -51,7 +51,7 @@ void rr_kick_vcpu_thread(CPUState *unused)
  *
  * The kick timer is responsible for moving single threaded vCPU
  * emulation on to the next vCPU. If more than one vCPU is running a
- * timer event with force a cpu->exit so the next vCPU can get
+ * timer event we force a cpu->exit so the next vCPU can get
  * scheduled.
  *
  * The timer is removed if all vCPUs are idle and restarted again once