From 74ac7057d66a4eda364123429095da156e88a465 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Feb 2008 02:49:26 +0000 Subject: [PATCH] (make_hdr): Replace `legal' with `valid'. --- src/unexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexec.c b/src/unexec.c index 05cff698313..6a571d9cb53 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) -- 2.39.5