aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-09-28 15:50:04 +0000
committerPavel Janík <[email protected]>2001-09-28 15:50:04 +0000
commit75bec7521de673b3bdcffdab781743de4d59704d (patch)
tree3403a7b6c997c8fc1bcad7c4b84aad971fe471e4 /src/s
parent83100e0a9cf311c5b7f095839585573636c9ace1 (diff)
Fix a typo in comment.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index f9a95e5672..60dd66a9fa 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