]> git.eshelyaron.com Git - emacs.git/commitdiff
(unexec): Message fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 22:59:53 +0000 (22:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 22:59:53 +0000 (22:59 +0000)
src/unexsni.c

index 77bdd3b100e9f5970881b2c718f15c43576c76e4..3288027f7a507b8538c4f8e723b4298b93ce124f 100644 (file)
@@ -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.