qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] util: aio-posix: fix a typo


From: Peter Maydell
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] util: aio-posix: fix a typo
Date: Mon, 8 Oct 2018 10:29:11 +0100

On 8 October 2018 at 03:16, Li Qiang <address@hidden> wrote:
> Cc: address@hidden
> Signed-off-by: Li Qiang <address@hidden>
> ---
>  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
Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]