From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gH825-0003I9-13 for qemu-devel@nongnu.org; Mon, 29 Oct 2018 09:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gH823-0003Ec-46 for qemu-devel@nongnu.org; Mon, 29 Oct 2018 09:56:40 -0400 From: Stefan Hajnoczi Date: Mon, 29 Oct 2018 13:56:06 +0000 Message-Id: <20181029135607.4485-2-stefanha@redhat.com> In-Reply-To: <20181029135607.4485-1-stefanha@redhat.com> References: <20181029135607.4485-1-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 1/2] util: aio-posix: fix a typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Peter Maydell , qemu-block@nongnu.org, Fam Zheng , Li Qiang , qemu-trivial@nongnu.org From: Li Qiang Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang Reviewed-by: Peter Maydell Reviewed-by: Fam Zheng Message-id: 1538964972-3223-1-git-send-email-liq3ea@gmail.com Signed-off-by: Stefan Hajnoczi --- 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 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) -- 2.17.2