Fixed typo.
authorEric Pouech <eric.pouech@wanadoo.fr>
Mon, 10 Mar 2003 19:05:04 +0000 (19:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Mar 2003 19:05:04 +0000 (19:05 +0000)
server/ptrace.c

index 33b71581d17c7d8dea048f37f2c756a4e7a17d93..ae35c23d6abba1b8c336d0513b8e8afb45c82c2a 100644 (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;