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:
Emilio G. Cota 2017-10-18 18:01:41 -04:00 committed by Riku Voipio
parent 8bf8e9df4a
commit a4dd3d5172
1 changed files with 1 additions and 1 deletions

View File

@ -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);