]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
util/qemu-timer: Fix typo in description
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 11 Aug 2020 15:16:42 +0000 (17:16 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 Sep 2020 09:08:57 +0000 (11:08 +0200)
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>
util/qemu-timer.c

index f62b4feecdb03b3a8425fb825aa4865bfd92aed2..878d80fd5e5e6430aba263a9f8ce401f2f7dfb83 100644 (file)
@@ -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,