From b75dac61a143a61fe7f7759a010e7a90891d784a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 22:59:53 +0000 Subject: [PATCH] (unexec): Message fix. --- src/unexsni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2