diff options
author | Matheus Tavares Bernardino <quic_mathbern@quicinc.com> | 2022-10-21 14:36:06 -0300 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-10-24 13:43:42 +0200 |
commit | 046ab3b80891f4aa6d0cfd7db15c622b1933e598 (patch) | |
tree | 653faa743efc0c92f951799c890ddd6ca7482166 | |
parent | cf6280b99b42630d74c197fb2cd68d1a5d8673f7 (diff) | |
download | qemu-046ab3b80891f4aa6d0cfd7db15c622b1933e598.zip qemu-046ab3b80891f4aa6d0cfd7db15c622b1933e598.tar.gz qemu-046ab3b80891f4aa6d0cfd7db15c622b1933e598.tar.bz2 |
accel/tcg/tcg-accel-ops-rr: fix trivial typo
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>
-rw-r--r-- | accel/tcg/tcg-accel-ops-rr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/tcg-accel-ops-rr.c b/accel/tcg/tcg-accel-ops-rr.c index cc8adc2..cc912df 100644 --- a/accel/tcg/tcg-accel-ops-rr.c +++ b/accel/tcg/tcg-accel-ops-rr.c @@ -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 |