diff options
| author | Juanma Barranquero | 2008-02-05 02:49:26 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-05 02:49:26 +0000 |
| commit | 74ac7057d66a4eda364123429095da156e88a465 (patch) | |
| tree | c834fe2dd64a08b05539a4f41040893c871fc92d /src | |
| parent | 5af1f9fe9e4c25bba6fbdfd0309e4f981486f2cc (diff) | |
| download | emacs-74ac7057d66a4eda364123429095da156e88a465.tar.gz emacs-74ac7057d66a4eda364123429095da156e88a465.zip | |
(make_hdr): Replace `legal' with `valid'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c index 05cff698313..6a571d9cb53 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -693,7 +693,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name) | |||
| 693 | } | 693 | } |
| 694 | if (coffheader.f_magic != COFF_MAGIC) | 694 | if (coffheader.f_magic != COFF_MAGIC) |
| 695 | { | 695 | { |
| 696 | ERROR1("%s doesn't have legal coff magic number\n", a_name); | 696 | ERROR1("%s doesn't have valid coff magic number\n", a_name); |
| 697 | } | 697 | } |
| 698 | #endif | 698 | #endif |
| 699 | if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr) | 699 | if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr) |