qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 01/11] hw/sh4: Fix a typo in a comment


From: BALATON Zoltan
Subject: Re: [PATCH v2 01/11] hw/sh4: Fix a typo in a comment
Date: Wed, 27 Oct 2021 18:23:19 +0200 (CEST)

On Wed, 27 Oct 2021, Philippe Mathieu-Daudé wrote:
On 10/27/21 15:46, BALATON Zoltan wrote:
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
 hw/timer/sh_timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/timer/sh_timer.c b/hw/timer/sh_timer.c
index 02eb865908..0a18ac8276 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 messyness

Also "messiness", otherwise:

I wasn't sure that's a word but appears in a dictionary so I'll change that too.

Regards,
BALATON Zoltan

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

              */
             ptimer_stop(s->timer);
         }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]