From: BALATON Zoltan Date: Fri, 29 Oct 2021 21:02:09 +0000 (+0200) Subject: hw/sh4: Fix typos in a comment X-Git-Tag: qemu-xen-4.17.0-rc4~260^2~24 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3b885dabd09f449143adbfc0595896b47648673d;p=qemu-xen.git hw/sh4: Fix typos in a comment Signed-off-by: BALATON Zoltan Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Message-Id: Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/timer/sh_timer.c b/hw/timer/sh_timer.c index 02eb865908..cc7c1897a8 100644 --- a/hw/timer/sh_timer.c +++ b/hw/timer/sh_timer.c @@ -107,7 +107,7 @@ static void sh_timer_write(void *opaque, hwaddr offset, if (s->enabled) { /* * Pause the timer if it is running. This may cause some inaccuracy - * dure to rounding, but avoids a whole lot of other messyness + * due to rounding, but avoids a whole lot of other messiness */ ptimer_stop(s->timer); }