From: Riku Voipio <riku.voipio@iki.fi>
To: "Emilio G. Cota" <cota@braap.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 2/4] linux-user: fix 'finshed' typo in comment
Date: Mon, 6 Nov 2017 20:04:17 +0000 [thread overview]
Message-ID: <20171106200417.GC19281@kos.to> (raw)
In-Reply-To: <1508364103-16131-3-git-send-email-cota@braap.org>
Applied to linux-user, thanks
Riku
On Wed, Oct 18, 2017 at 06:01:41PM -0400, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota <cota@braap.org>
> ---
> linux-user/syscall.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index 9d4cc4c..47b4a79 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -6231,7 +6231,7 @@ static void *clone_func(void *arg)
> pthread_mutex_lock(&info->mutex);
> pthread_cond_broadcast(&info->cond);
> pthread_mutex_unlock(&info->mutex);
> - /* Wait until the parent has finshed initializing the tls state. */
> + /* Wait until the parent has finished initializing the tls state. */
> pthread_mutex_lock(&clone_lock);
> pthread_mutex_unlock(&clone_lock);
> cpu_loop(env);
> --
> 2.7.4
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Riku Voipio <riku.voipio@iki.fi>
To: "Emilio G. Cota" <cota@braap.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 2/4] linux-user: fix 'finshed' typo in comment
Date: Mon, 6 Nov 2017 20:04:17 +0000 [thread overview]
Message-ID: <20171106200417.GC19281@kos.to> (raw)
In-Reply-To: <1508364103-16131-3-git-send-email-cota@braap.org>
Applied to linux-user, thanks
Riku
On Wed, Oct 18, 2017 at 06:01:41PM -0400, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota <cota@braap.org>
> ---
> linux-user/syscall.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index 9d4cc4c..47b4a79 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -6231,7 +6231,7 @@ static void *clone_func(void *arg)
> pthread_mutex_lock(&info->mutex);
> pthread_cond_broadcast(&info->cond);
> pthread_mutex_unlock(&info->mutex);
> - /* Wait until the parent has finshed initializing the tls state. */
> + /* Wait until the parent has finished initializing the tls state. */
> pthread_mutex_lock(&clone_lock);
> pthread_mutex_unlock(&clone_lock);
> cpu_loop(env);
> --
> 2.7.4
>
>
next prev parent reply other threads:[~2017-11-06 20:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-18 22:01 [Qemu-trivial] [PATCH 0/4] Some trivial fixes, mostly comment typos Emilio G. Cota
2017-10-18 22:01 ` [Qemu-devel] " Emilio G. Cota
2017-10-18 22:01 ` [Qemu-trivial] [PATCH 1/4] disas/arm: fix 'instuction' typo in comment Emilio G. Cota
2017-10-18 22:01 ` [Qemu-devel] " Emilio G. Cota
2017-10-18 22:01 ` [Qemu-trivial] [PATCH 2/4] linux-user: fix 'finshed' " Emilio G. Cota
2017-10-18 22:01 ` [Qemu-devel] " Emilio G. Cota
2017-11-06 20:04 ` Riku Voipio [this message]
2017-11-06 20:04 ` Riku Voipio
2017-10-18 22:01 ` [Qemu-trivial] [PATCH 3/4] translate-all: fix 'consisits' " Emilio G. Cota
2017-10-18 22:01 ` [Qemu-devel] " Emilio G. Cota
2017-10-18 22:01 ` [Qemu-trivial] [PATCH 4/4] qht: fix kernel-doc markup in qht.h Emilio G. Cota
2017-10-18 22:01 ` [Qemu-devel] " Emilio G. Cota
2017-11-16 20:04 ` [Qemu-trivial] [PATCH 0/4] Some trivial fixes, mostly comment typos Emilio G. Cota
2017-11-16 20:04 ` [Qemu-devel] " Emilio G. Cota
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171106200417.GC19281@kos.to \
--to=riku.voipio@iki.fi \
--cc=cota@braap.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.