提交 a4dd3d51 编写于 作者: E Emilio G. Cota 提交者: Riku Voipio

linux-user: fix 'finshed' typo in comment

Signed-off-by: NEmilio G. Cota <cota@braap.org>
Signed-off-by: NRiku Voipio <riku.voipio@linaro.org>
上级 8bf8e9df
......@@ -6258,7 +6258,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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册