Mercurial > emacs
changeset 80032:3158223ceeaf
(make_hdr): Replace `legal' with `valid'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 02:49:26 +0000 |
parents | 5cb7ffd03e07 |
children | 7559833fcbfd |
files | src/unexec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)