]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
util: aio-posix: fix a typo
authorLi Qiang <liq3ea@gmail.com>
Mon, 8 Oct 2018 02:16:12 +0000 (19:16 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 29 Oct 2018 13:35:22 +0000 (13:35 +0000)
Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 1538964972-3223-1-git-send-email-liq3ea@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
util/aio-posix.c

index 621b3025d8ce12308ed3cc7ec62e17283714b35a..51c41ed3c9f4fac131b05745274c86f33017a389 100644 (file)
@@ -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)