From: Karl Heuer Date: Thu, 4 Jan 1996 22:59:53 +0000 (+0000) Subject: (unexec): Message fix. X-Git-Tag: emacs-19.34~1916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b75dac61a143a61fe7f7759a010e7a90891d784a;p=emacs.git (unexec): Message fix. --- 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) fatal ("Can't find .bss in %s.\n", old_name, 0); if (old_sbss_index != (old_bss_index - 1)) - fatal (".sbss should come immediatly before .bss in %s.\n", old_name, 0); + fatal (".sbss should come immediately before .bss in %s.\n", old_name, 0); /* Figure out parameters of the new data3 and data2 sections. * Change the sbss and bss sections.