aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-02-05 02:49:26 +0000
committerJuanma Barranquero <[email protected]>2008-02-05 02:49:26 +0000
commit74ac7057d66a4eda364123429095da156e88a465 (patch)
treec834fe2dd64a08b05539a4f41040893c871fc92d /src
parent5af1f9fe9e4c25bba6fbdfd0309e4f981486f2cc (diff)
(make_hdr): Replace `legal' with `valid'.
Diffstat (limited to 'src')
-rw-r--r--src/unexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c
index 05cff69831..6a571d9cb5 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -693,7 +693,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name)
}
if (coffheader.f_magic != COFF_MAGIC)
{
- ERROR1("%s doesn't have legal coff magic number\n", a_name);
+ ERROR1("%s doesn't have valid coff magic number\n", a_name);
}
#endif
if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr)