From: Juanma Barranquero Date: Tue, 5 Feb 2008 02:49:26 +0000 (+0000) Subject: (make_hdr): Replace `legal' with `valid'. X-Git-Tag: emacs-pretest-22.1.91~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74ac7057d66a4eda364123429095da156e88a465;p=emacs.git (make_hdr): Replace `legal' with `valid'. --- 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)