Skip to content

Commit

Permalink
linux-user: fix 'finshed' typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio G. Cota <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
  • Loading branch information
cota authored and Riku Voipio committed Nov 7, 2017
1 parent 8bf8e9d commit a4dd3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-user/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a4dd3d5

Please sign in to comment.