Mercurial > emacs
diff src/unexec.c @ 80032:3158223ceeaf
(make_hdr): Replace `legal' with `valid'.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 05 Feb 2008 02:49:26 +0000 |
| parents | fc2bcd2a8aad |
| children |
line wrap: on
line diff
--- a/src/unexec.c Tue Feb 05 02:45:30 2008 +0000 +++ b/src/unexec.c Tue Feb 05 02:49:26 2008 +0000 @@ -693,7 +693,7 @@ } 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)
