changeset 13944:cb66e1ad369d

(unexec): Message fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 22:59:53 +0000
parents f3c41057bf41
children 6a653c300631
files src/unexsni.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.