aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 22:59:53 +0000
committerKarl Heuer1996-01-04 22:59:53 +0000
commitb75dac61a143a61fe7f7759a010e7a90891d784a (patch)
tree59de6ace97ae3d5d9246d252762264a1647d0545 /src
parentea5a0917ecbafbe5f5c0841629987d02af783f05 (diff)
downloademacs-b75dac61a143a61fe7f7759a010e7a90891d784a.tar.gz
emacs-b75dac61a143a61fe7f7759a010e7a90891d784a.zip
(unexec): Message fix.
Diffstat (limited to 'src')
-rw-r--r--src/unexsni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexsni.c b/src/unexsni.c
index 77bdd3b100e..3288027f7a5 100644
--- a/src/unexsni.c
+++ b/src/unexsni.c
@@ -458,7 +458,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
458 fatal ("Can't find .bss in %s.\n", old_name, 0); 458 fatal ("Can't find .bss in %s.\n", old_name, 0);
459 459
460 if (old_sbss_index != (old_bss_index - 1)) 460 if (old_sbss_index != (old_bss_index - 1))
461 fatal (".sbss should come immediatly before .bss in %s.\n", old_name, 0); 461 fatal (".sbss should come immediately before .bss in %s.\n", old_name, 0);
462 462
463 /* Figure out parameters of the new data3 and data2 sections. 463 /* Figure out parameters of the new data3 and data2 sections.
464 * Change the sbss and bss sections. 464 * Change the sbss and bss sections.