* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / altos-xdep.c
index 243f35e2c736d367ec67c2642dfa7f8a01724309..4156c331eb373d4674c000ff10fa20e0ab72247d 100644 (file)
@@ -80,7 +80,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.022913 seconds and 4 git commands to generate.