aboutsummaryrefslogtreecommitdiff
path: root/gdb/sun386-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sun386-nat.c')
-rw-r--r--gdb/sun386-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sun386-nat.c b/gdb/sun386-nat.c
index f843eae..27a734d 100644
--- a/gdb/sun386-nat.c
+++ b/gdb/sun386-nat.c
@@ -77,7 +77,7 @@ core_file_command (filename, from_tty)
make_cleanup (free, filename);
if (have_inferior_p ())
- error ("To look at a core file, you must kill the inferior with \"kill\".");
+ error ("To look at a core file, you must kill the program with \"kill\".");
corechan = open (filename, O_RDONLY, 0);
if (corechan < 0)
perror_with_name (filename);