* Many places: replace "the inferior" in messages with "the program"
[deliverable/binutils-gdb.git] / gdb / symm-xdep.c
index 4ce743a521e9ecb1aa2af44020765f4bbc72d762..bb19a1a37defb7c7b1a5bdb4611ad8b780fefc2f 100644 (file)
@@ -179,7 +179,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);
This page took 0.023336 seconds and 4 git commands to generate.