# HG changeset patch # User Karl Heuer # Date 820796393 0 # Node ID cb66e1ad369d60ae7a500797eab033173741881e # Parent f3c41057bf418fe2fb0a19a80bc2f30c8af29b0a (unexec): Message fix. diff -r f3c41057bf41 -r cb66e1ad369d src/unexsni.c --- 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.