Mercurial > emacs
changeset 80031:5cb7ffd03e07
(read_header): Replace `legal' with `valid'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 02:45:30 +0000 |
parents | 6b3001cc9ca9 |
children | 3158223ceeaf |
files | src/unexhp9k800.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/unexhp9k800.c Tue Feb 05 02:30:41 2008 +0000 +++ b/src/unexhp9k800.c Tue Feb 05 02:45:30 2008 +0000 @@ -228,7 +228,7 @@ if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC && hdr->a_magic != DEMAND_MAGIC) { - fprintf (stderr, "a.out file doesn't have legal magic number\n"); + fprintf (stderr, "a.out file doesn't have valid magic number\n"); exit (1); }