* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / sun386-nat.c
index f843eae9558ecaa9983d5b72d808db193730af0b..27a734d9a9646cf5fd5b6e325df364d8149799ba 100644 (file)
@@ -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);
This page took 0.023095 seconds and 4 git commands to generate.