Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Try improving a comment.



details:   https://anonhg.NetBSD.org/src/rev/c89e716feb37
branches:  trunk
changeset: 793307:c89e716feb37
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 03 14:15:07 2014 +0000

description:
Try improving a comment.

diffstat:

 external/gpl3/gdb/dist/gdb/inf-ptrace.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6195c720cf7a -r c89e716feb37 external/gpl3/gdb/dist/gdb/inf-ptrace.c
--- a/external/gpl3/gdb/dist/gdb/inf-ptrace.c   Mon Feb 03 13:30:10 2014 +0000
+++ b/external/gpl3/gdb/dist/gdb/inf-ptrace.c   Mon Feb 03 14:15:07 2014 +0000
@@ -367,7 +367,7 @@
 #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



Home | Main Index | Thread Index | Old Index