Fixed typo.

This commit is contained in:
Eric Pouech 2003-03-10 19:05:04 +00:00 committed by Alexandre Julliard
parent aba2579c3c
commit 4431e416ed
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ int suspend_for_ptrace( struct thread *thread )
return 0;
}
/* resume a thread after we have used pthread on it */
/* resume a thread after we have used ptrace on it */
void resume_after_ptrace( struct thread *thread )
{
if (thread->unix_pid == -1) return;