projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d27ed8
)
main-loop: Fix comment
author
Stefan Weil
<sw@weilnetz.de>
Thu, 27 Aug 2020 17:55:20 +0000
(19:55 +0200)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 1 Sep 2020 10:07:52 +0000
(12:07 +0200)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <
20200827175520
.32355-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
include/qemu/main-loop.h
patch
|
blob
|
history
diff --git
a/include/qemu/main-loop.h
b/include/qemu/main-loop.h
index 8e98613656ff6cd21c2f2301212b74dd2b5e9c08..d6892fd2081a4774677fdb141e42aa1fef1827bc 100644
(file)
--- a/
include/qemu/main-loop.h
+++ b/
include/qemu/main-loop.h
@@
-52,7
+52,7
@@
int qemu_init_main_loop(Error **errp);
* repeatedly calls main_loop_wait(false).
*
* Main loop services include file descriptor callbacks, bottom halves
- * and timers (defined in qemu
-
timer.h). Bottom halves are similar to timers
+ * and timers (defined in qemu
/
timer.h). Bottom halves are similar to timers
* that execute immediately, but have a lower overhead and scheduling them
* is wait-free, thread-safe and signal-safe.
*