summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>1999-05-05 14:42:03 +0000
committerStan Shebs <shebs@apple.com>1999-05-05 14:42:03 +0000
commitaad9afaeb8b4386694533a6677b43853ecc486e0 (patch)
tree0b52e7950a30746f8038cf2b9425549b24544f5d /gdb/procfs.c
parente2b02407e128433cade9465d7cc0cdb01a4b32b5 (diff)
downloadgdb-aad9afaeb8b4386694533a6677b43853ecc486e0.tar.gz
import gdb-19990504 snapshot
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c4
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