summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c
index bd6985a349b..2fb289d8fba 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -808,7 +808,7 @@ copy_text_and_data (new, a_out)
{
n = size > sizeof (page) ? sizeof (page) : size;
if (read (a_out, page, n) != n || write (new, page, n) != n)
- PERROR ("xemacs");
+ PERROR ("emacs");
}
lseek (a_out, old_a_out_ptr, 0);
}