Try improving a comment.

This commit is contained in:
wiz 2014-02-03 14:15:07 +00:00
parent 1b87ac407e
commit 1193e8963a
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ inf_ptrace_resume (struct target_ops *ops,
#ifdef __NetBSD__
/*
* On NetBSD the data field of PT_STEP contains the thread
* be stepped and all other threads are continued if > 0
* to be stepped; all other threads are continued if this value is > 0
*/
sig = ptid_get_lwp(ptid);
#else