# HG changeset patch # User Juanma Barranquero # Date 1202179530 0 # Node ID 5cb7ffd03e0785bb9e0ef8aff7ad57e733dcf4e2 # Parent 6b3001cc9ca9813c89d3a68cabb4effd573f38b6 (read_header): Replace `legal' with `valid'. diff -r 6b3001cc9ca9 -r 5cb7ffd03e07 src/unexhp9k800.c --- 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); }