]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_header): Replace `legal' with `valid'.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 02:45:30 +0000 (02:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 02:45:30 +0000 (02:45 +0000)
src/unexhp9k800.c

index 495094029d695dac0665e12935a2a8b7bad6aef7..96eb985f857e47ec96051016f68c70c82d9f11ad 100644 (file)
@@ -228,7 +228,7 @@ read_header (file, hdr, auxhdr)
   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);
     }