diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 6822f422a63..8a68a896497 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -1831,7 +1831,7 @@ init_syscall_table () LOCAL FUNCTION - procfs_kill_inferior - kill any currently inferior + procfs_kill_inferior - kill any current inferior SYNOPSIS @@ -3631,7 +3631,7 @@ DESCRIPTION If we are not delivering the same signal that the prstatus siginfo struct contains information about, then synthesize a siginfo struct - to match the signal we are doing to deliver, make it of the type + to match the signal we are going to deliver, make it of the type "generated by a user process", and send this synthesized copy. When used to set the inferior's signal state, this will be required if we are not currently stopped because of a traced signal, or if we decide |