From: Philippe Mathieu-Daudé Date: Tue, 11 Aug 2020 15:16:42 +0000 (+0200) Subject: util/qemu-timer: Fix typo in description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3cf10b2946caacbec8c5cd0e21895a0b69a57311;p=qemu.git 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é Reviewed-by: Li Qiang Reviewed-by: Peter Maydell Message-Id: <20200811151643.21293-3-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/util/qemu-timer.c b/util/qemu-timer.c index f62b4feecd..878d80fd5e 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,