]> code.delx.au - gnu-emacs/commitdiff
Fix a typo in comment.
authorPavel Janík <Pavel@Janik.cz>
Fri, 28 Sep 2001 15:50:04 +0000 (15:50 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 28 Sep 2001 15:50:04 +0000 (15:50 +0000)
src/ChangeLog
src/s/gnu-linux.h

index 7ecfb127739df3f63c6a54adbe312393b5f32716..31680b49486d038f83fda2333af2f9f34303fd7b 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-28  Pavel Jan\e,Bm\e(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
index f9a95e5672c5ebb7f68c3246ab1bbbd57ea369ab..60dd66a9fa571f2a3f916b6b3c966c277c7a5ba4 100644 (file)
@@ -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