aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-08-11 17:16:42 +0200
committerLaurent Vivier <laurent@vivier.eu>2020-09-01 11:08:57 +0200
commit3cf10b2946caacbec8c5cd0e21895a0b69a57311 (patch)
tree2eaaf9c04677d6b2e7f2dd41950b4576339cf891 /util
parentd4b235731e347b680923bd03c163096d6ada3ee6 (diff)
downloadqemu-3cf10b2946caacbec8c5cd0e21895a0b69a57311.zip
qemu-3cf10b2946caacbec8c5cd0e21895a0b69a57311.tar.gz
qemu-3cf10b2946caacbec8c5cd0e21895a0b69a57311.tar.bz2
util/qemu-timer: Fix typo in description
Remove the second 'and' introduced in commit e81f86790f ("qemu-timer: avoid checkpoints for virtual clock timers in external subsystems"). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Li Qiang <liq3ea@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200811151643.21293-3-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'util')
-rw-r--r--util/qemu-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qemu-timer.c b/util/qemu-timer.c
index f62b4fe..878d80f 100644
--- a/util/qemu-timer.c
+++ b/util/qemu-timer.c
@@ -530,7 +530,7 @@ bool timerlist_run_timers(QEMUTimerList *timer_list)
}
/*
- * Extract expired timers from active timers list and and process them.
+ * Extract expired timers from active timers list and process them.
*
* In rr mode we need "filtered" checkpointing for virtual clock. The
* checkpoint must be recorded/replayed before processing any non-EXTERNAL timer,