Mercurial > emacs
changeset 39496:8e1f1f05b742
Fix a typo in comment.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 28 Sep 2001 15:50:04 +0000 |
parents | 7a705b2dce35 |
children | 91389cc47405 |
files | src/ChangeLog src/s/gnu-linux.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Sep 28 12:59:18 2001 +0000 +++ b/src/ChangeLog Fri Sep 28 15:50:04 2001 +0000 @@ -1,3 +1,7 @@ +2001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * s/gnu-linux.h: Fix a typo in comment. + 2001-09-28 Andreas Schwab <schwab@suse.de> * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
--- a/src/s/gnu-linux.h Fri Sep 28 12:59:18 2001 +0000 +++ b/src/s/gnu-linux.h Fri Sep 28 15:50:04 2001 +0000 @@ -187,7 +187,7 @@ #endif /* __mips__ */ /* Link temacs with -z nocombreloc so that unexec works right, whether or - not -z combreloc is the default. GNU ld ignores unknown -z KEYOWRD + not -z combreloc is the default. GNU ld ignores unknown -z KEYWORD switches, so this also works with older versions that don't implement -z combreloc. */ #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc