Module Name: src
Committed By: wiz
Date: Mon Feb 3 14:15:07 UTC 2014
Modified Files:
src/external/gpl3/gdb/dist/gdb: inf-ptrace.c
Log Message:
Try improving a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/inf-ptrace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/inf-ptrace.c
diff -u src/external/gpl3/gdb/dist/gdb/inf-ptrace.c:1.8 src/external/gpl3/gdb/dist/gdb/inf-ptrace.c:1.9
--- src/external/gpl3/gdb/dist/gdb/inf-ptrace.c:1.8 Sun Feb 2 23:17:54 2014
+++ src/external/gpl3/gdb/dist/gdb/inf-ptrace.c Mon Feb 3 14:15:07 2014
@@ -367,7 +367,7 @@ inf_ptrace_resume (struct target_ops *op
#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