From 75bec7521de673b3bdcffdab781743de4d59704d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 28 Sep 2001 15:50:04 +0000 Subject: [PATCH] Fix a typo in comment. --- src/ChangeLog | 4 ++++ src/s/gnu-linux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7ecfb127739..31680b49486 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index f9a95e5672c..60dd66a9fa5 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -187,7 +187,7 @@ Boston, MA 02111-1307, USA. */ #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 -- 2.39.5