diff src/unexsni.c @ 13944:cb66e1ad369d

(unexec): Message fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 22:59:53 +0000
parents e6bdaaa6ce1b
children ee40177f6c68
line wrap: on
line diff
--- a/src/unexsni.c	Thu Jan 04 22:59:13 1996 +0000
+++ b/src/unexsni.c	Thu Jan 04 22:59:53 1996 +0000
@@ -458,7 +458,7 @@
     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.