linux-user: fix 'finshed' typo in comment
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
8bf8e9df4a
commit
a4dd3d5172
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user