projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373b96b
)
hw/sh4: Fix typos in a comment
author
BALATON Zoltan
<balaton@eik.bme.hu>
Fri, 29 Oct 2021 21:02:09 +0000
(23:02 +0200)
committer
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sat, 30 Oct 2021 09:46:40 +0000
(11:46 +0200)
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <
a84405db64ef81bff1a16526da290cc68f1444db
.
1635541329
.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/timer/sh_timer.c
patch
|
blob
|
history
diff --git
a/hw/timer/sh_timer.c
b/hw/timer/sh_timer.c
index 02eb865908dffbcfb4d6b008a8b5e29eae0ed2bd..cc7c1897a809f786e33f39a1a255bf67e91e7ebf 100644
(file)
--- 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
- * du
re to rounding, but avoids a whole lot of other messy
ness
+ * du
e to rounding, but avoids a whole lot of other messi
ness
*/
ptimer_stop(s->timer);
}