Commit 4431e416 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed typo.

parent aba2579c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment