summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c
index c0996a96b24..a3978197adb 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -598,7 +598,7 @@ kill_command (char *arg, int from_tty)
error (_("The program is not being run."));
if (RECORD_IS_USED)
{
- if (!query ("Stop the record target and kill the program being debugged? "))
+ if (!query ("Stop the process record target and kill the program being debugged? "))
error (_("Not confirmed."));
}
else