summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLi Qiang2018-10-08 04:16:12 +0200
committerStefan Hajnoczi2018-10-29 14:35:22 +0100
commit82dfee5a68240fe786ae3d0dbc5e026430203155 (patch)
tree9d1480c41cf8fc4a60789beeddc48af93a0b6bfa /util
parentMerge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into st... (diff)
downloadqemu-82dfee5a68240fe786ae3d0dbc5e026430203155.tar.gz
qemu-82dfee5a68240fe786ae3d0dbc5e026430203155.tar.xz
qemu-82dfee5a68240fe786ae3d0dbc5e026430203155.zip
util: aio-posix: fix a typo
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>
Diffstat (limited to 'util')
-rw-r--r--util/aio-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/aio-posix.c b/util/aio-posix.c
index 621b3025d8..51c41ed3c9 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)