All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] util: aio-posix: fix a typo
@ 2018-10-08  2:16 ` Li Qiang
  0 siblings, 0 replies; 8+ messages in thread
From: Li Qiang @ 2018-10-08  2:16 UTC (permalink / raw)
  To: stefanha, famz; +Cc: qemu-devel, qemu-trivial, Li Qiang

Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@gmail.com>
---
 util/aio-posix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/aio-posix.c b/util/aio-posix.c
index 621b302..51c41ed 100644
--- a/util/aio-posix.c
+++ b/util/aio-posix.c
@@ -40,7 +40,7 @@ struct AioHandler
 
 #ifdef CONFIG_EPOLL_CREATE1
 
-/* The fd number threashold to switch to epoll */
+/* The fd number threshold to switch to epoll */
 #define EPOLL_ENABLE_THRESHOLD 64
 
 static void aio_epoll_disable(AioContext *ctx)
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-10 14:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-08  2:16 [Qemu-trivial] [PATCH] util: aio-posix: fix a typo Li Qiang
2018-10-08  2:16 ` [Qemu-devel] " Li Qiang
2018-10-08  9:29 ` [Qemu-trivial] " Peter Maydell
2018-10-08  9:29   ` Peter Maydell
2018-10-09  1:41 ` [Qemu-trivial] " Fam Zheng
2018-10-09  1:41   ` [Qemu-devel] " Fam Zheng
2018-10-10 14:07 ` [Qemu-trivial] " Stefan Hajnoczi
2018-10-10 14:07   ` [Qemu-devel] " Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.