diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index c80c453..3a1593d 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1589,8 +1589,8 @@ frame_in_dummy (frame) return 0; } -/* breakpoint_match_thread (PC, PID) returns true if the breakpoint at PC - is valid for process/thread PID. */ +/* breakpoint_thread_match (PC, PID) returns true if the breakpoint at + PC is valid for process/thread PID. */ int breakpoint_thread_match (pc, pid) |