formatting cleanups
[deliverable/binutils-gdb.git] / gdb / arm-xdep.c
index 64aa0d8c33da7813ce9151b46a63e46ca15e7753..695e9cce32f928a92273f461da24f31ab0d66849 100644 (file)
@@ -187,7 +187,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.024594 seconds and 4 git commands to generate.