# HG changeset patch # User Pavel Jank # Date 1001692204 0 # Node ID 8e1f1f05b742ad8f2985699c0eaf5f3f26da3e28 # Parent 7a705b2dce355610eb7148c59540d56bfd0a5eb9 Fix a typo in comment. diff -r 7a705b2dce35 -r 8e1f1f05b742 src/ChangeLog --- 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 + + * s/gnu-linux.h: Fix a typo in comment. + 2001-09-28 Andreas Schwab * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z diff -r 7a705b2dce35 -r 8e1f1f05b742 src/s/gnu-linux.h --- 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