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 | |
| parent | 83100e0a9cf311c5b7f095839585573636c9ace1 (diff) | |
| download | emacs-75bec7521de673b3bdcffdab781743de4d59704d.tar.gz emacs-75bec7521de673b3bdcffdab781743de4d59704d.zip | |
Fix a typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ecfb127739..31680b49486 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * s/gnu-linux.h: Fix a typo in comment. | ||
| 4 | |||
| 1 | 2001-09-28 Andreas Schwab <schwab@suse.de> | 5 | 2001-09-28 Andreas Schwab <schwab@suse.de> |
| 2 | 6 | ||
| 3 | * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z | 7 | * 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. */ | |||
| 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 |