qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] linux-user: fix comment s/atomic_write/atomic


From: Laurent Vivier
Subject: Re: [Qemu-trivial] [PATCH] linux-user: fix comment s/atomic_write/atomic_set/
Date: Thu, 25 Oct 2018 21:48:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 11/08/2018 22:10, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota <address@hidden>
> ---
>  linux-user/qemu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux-user/qemu.h b/linux-user/qemu.h
> index b4959e41c6..e6a8bc5867 100644
> --- a/linux-user/qemu.h
> +++ b/linux-user/qemu.h
> @@ -143,7 +143,7 @@ typedef struct TaskState {
>      /* Nonzero if process_pending_signals() needs to do something (either
>       * handle a pending signal or unblock signals).
>       * This flag is written from a signal handler so should be accessed via
> -     * the atomic_read() and atomic_write() functions. (It is not accessed
> +     * the atomic_read() and atomic_set() functions. (It is not accessed
>       * from multiple threads.)
>       */
>      int signal_pending;
> 

Applied

Thanks,
Laurent



reply via email to

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