diff options
| author | Pavel Janík | 2001-09-28 15:50:04 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-09-28 15:50:04 +0000 |
| commit | 75bec7521de673b3bdcffdab781743de4d59704d (patch) | |
| tree | 3403a7b6c997c8fc1bcad7c4b84aad971fe471e4 /src/s/gnu-linux.h | |
| parent | 83100e0a9cf311c5b7f095839585573636c9ace1 (diff) | |
| download | emacs-75bec7521de673b3bdcffdab781743de4d59704d.tar.gz emacs-75bec7521de673b3bdcffdab781743de4d59704d.zip | |
Fix a typo in comment.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 187 | #endif /* __mips__ */ | 187 | #endif /* __mips__ */ |
| 188 | 188 | ||
| 189 | /* Link temacs with -z nocombreloc so that unexec works right, whether or | 189 | /* Link temacs with -z nocombreloc so that unexec works right, whether or |
| 190 | not -z combreloc is the default. GNU ld ignores unknown -z KEYOWRD | 190 | not -z combreloc is the default. GNU ld ignores unknown -z KEYWORD |
| 191 | switches, so this also works with older versions that don't implement | 191 | switches, so this also works with older versions that don't implement |
| 192 | -z combreloc. */ | 192 | -z combreloc. */ |
| 193 | #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc | 193 | #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc |