From: Pavel Janík Date: Fri, 28 Sep 2001 15:50:04 +0000 (+0000) Subject: Fix a typo in comment. X-Git-Tag: emacs-21.1~125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75bec7521de673b3bdcffdab781743de4d59704d;p=emacs.git Fix a typo in comment. --- 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